Skip to content

Commit

Permalink
chore: bump Go version for Actions to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Bourque committed Jan 19, 2023
1 parent ca51658 commit e591d54
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@v3
with:
go-version: 1.18
go-version: 1.19

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

- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

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

- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: protoc-gen-fastmarshal
run: go build ./cmd/protoc-gen-fastmarshal
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@v3
with:
go-version: 1.18
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit e591d54

Please sign in to comment.