Skip to content

Commit

Permalink
ci: Bump Go to 1.21.x (#890)
Browse files Browse the repository at this point in the history
Always use the latest patch without needing to commit each new patch
version to source.

Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Nov 29, 2023
1 parent 23039c6 commit 7b6b955
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@v4
with:
go-version: "1.21.0"
go-version: "1.21.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.0"
go-version: "1.21.x"

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

0 comments on commit 7b6b955

Please sign in to comment.