Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent ed3e181 commit d3e0139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.22.x
- name: setup qemu
id: qemu
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.22.x
- name: download go mods
run: |
go mod download
Expand Down

0 comments on commit d3e0139

Please sign in to comment.