Skip to content

Commit

Permalink
chore: bump Go version in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 21, 2023
1 parent 2d2456e commit 92d6543
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-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'
- run: go version

- name: Check out code into the Go module directory
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'
- run: go version

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'
- run: go version

- name: Login to Docker Hub
Expand Down

0 comments on commit 92d6543

Please sign in to comment.