Skip to content

Commit

Permalink
Bump & unify go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojsznis committed Aug 9, 2024
1 parent c1ea899 commit 285a916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 1.21.6
go-version: 1.22.6
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.2
go-version: 1.22.6

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go 1.21.6
go 1.22.6

0 comments on commit 285a916

Please sign in to comment.