Skip to content

Commit

Permalink
Update to Go 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Feb 7, 2024
1 parent fca46f1 commit 610e087
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.22.0

- name: Linux
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION=master

# base build stage
FROM ubuntu:lunar AS build0
ARG GO=1.20.8
ARG GO=1.22.0
ARG GO_DIST=go${GO}.linux-amd64.tar.gz

ADD https://go.dev/dl/$GO_DIST ./
Expand Down
Binary file removed cmd/worker/default.pgo
Binary file not shown.

0 comments on commit 610e087

Please sign in to comment.