Skip to content

Commit

Permalink
fix(go): upgrade Go to v1.21.9 EE-6939 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-portainer authored Apr 17, 2024
1 parent 0721f24 commit bb5d881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
driver-opts: image=moby/buildkit:v0.10.6
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21.9"
- name: login to docker hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
driver-opts: image=moby/buildkit:v0.10.6
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21.9"
- name: login to docker hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/portainer/portainer-updater

go 1.19
go 1.21

toolchain go1.21.9

require (
github.com/alecthomas/kong v0.5.0
Expand Down

0 comments on commit bb5d881

Please sign in to comment.