Skip to content

Commit

Permalink
ci: Bump Go in CI to v1.20.1 (#778)
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 23, 2023
1 parent ced4268 commit afcbe23
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.18.5"
go-version: "1.20.1"

- 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 @@ -32,7 +32,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.18.5"
go-version: "1.20.1"

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

0 comments on commit afcbe23

Please sign in to comment.