Skip to content

Commit

Permalink
chore: bump Go version to 1.22 in GH Actions
Browse files Browse the repository at this point in the history
updated `lint-and-test` and `build-binary-artifacts` workflows to use Go 1.22
  • Loading branch information
Dylan Bourque committed Jul 1, 2024
1 parent 8369698 commit 233a812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: lint
uses: golangci/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: lint
uses: golangci/[email protected]
Expand All @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: protoc-gen-fastmarshal
run: go build ./cmd/protoc-gen-fastmarshal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 233a812

Please sign in to comment.