Skip to content

Commit

Permalink
ci: update go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Jul 28, 2024
1 parent 7554a8a commit 73f5a57
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 @@ -27,7 +27,7 @@ jobs:
- name: Go Setup
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
- name: Run Release
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: '~1.17'
go-version: '~1.22'
- name: Install Dependencies
run: |
go install github.com/rakyll/gotest@latest
Expand Down

0 comments on commit 73f5a57

Please sign in to comment.