Skip to content

Commit

Permalink
Updated to go 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Apr 4, 2024
1 parent ec6448c commit 3a3ef5c
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 @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.22.2"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go-version: ["1.21.3"]
go-version: ["1.22.2"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3a3ef5c

Please sign in to comment.