Skip to content

Commit

Permalink
Update the go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwu committed Jun 21, 2022
1 parent ea0f2d6 commit bde343b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.17
go-version: ^1.18

- name: Install Protoc
uses: arduino/setup-protoc@v1
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit bde343b

Please sign in to comment.