Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejro committed Apr 4, 2024
1 parent 9bb9717 commit 5df7aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.22.0'
go-version: '1.22.1'

- name: Prerequisites
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.22.0'
go-version: '1.22.1'

- name: Prerequisites
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 147C
RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7721F63BD38B4796"

# install golang
ENV GOLANG_VERSION="1.22.0"
ENV GOLANG_VERSION="1.22.1"

RUN su - $USER -c "wget -O go.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"
RUN su - $USER -c "wget -O go.tgz.asc https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz.asc"
Expand Down

0 comments on commit 5df7aa8

Please sign in to comment.