Skip to content

Commit

Permalink
ci: Bump Go to 1.21.0 (#855)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth authored Aug 20, 2023
1 parent b9a9e7a commit c7e9f05
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@v2
with:
go-version: "1.20.5"
go-version: "1.21.0"

- 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@v2
with:
go-version: "1.20.5"
go-version: "1.21.0"

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

0 comments on commit c7e9f05

Please sign in to comment.