Skip to content

Commit

Permalink
fix: updated the github actions workflows to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Feb 13, 2024
1 parent 2223020 commit af98021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go-version: ["1.21"]
go-version: ["1.22"]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: "1.22"

- name: Setup Protoc
uses: arduino/[email protected]
Expand Down

0 comments on commit af98021

Please sign in to comment.