Skip to content

Commit

Permalink
CI: upgrade go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed May 14, 2024
1 parent 16760cd commit a5221d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"

- name: cache go modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"

- name: cache go modules
uses: actions/cache@v3
Expand Down

0 comments on commit a5221d6

Please sign in to comment.