Skip to content

Commit

Permalink
build: Bump Go to 1.22.x (#915)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Feb 11, 2024
1 parent 324d7fb commit 42b8513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
go-version: "1.22.x"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
go-version: "1.22.x"

- name: release
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 42b8513

Please sign in to comment.