Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Oct 3, 2024
1 parent 0b8e0d6 commit 1345680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.0.2
with:
version: 1.23.2
go-version: '>=1.23.2'

- name: protobuf
if: runner.os == 'Linux'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.0.2
with:
version: 1.23.2
go-version: '>=1.23.2'

- name: protobuf
run: sudo apt-get install protobuf-compiler libprotobuf-dev libprotoc-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.0.2
with:
version: 1.23.2
go-version: '>=1.23.2'

- name: protobuf
run: sudo apt-get install protobuf-compiler libprotobuf-dev libprotoc-dev
Expand Down

0 comments on commit 1345680

Please sign in to comment.