Skip to content

Commit 2a78530

Browse files
committed
ci: use go 1.21
1 parent 2dc0bb0 commit 2a78530

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: CI
44

55
jobs:
66
ci:
7-
strategy:
8-
matrix:
9-
go-version: [1.18.x]
10-
117
runs-on: ubuntu-latest
128

139
env:
@@ -18,7 +14,7 @@ jobs:
1814
- name: Install Go
1915
uses: actions/setup-go@v2
2016
with:
21-
go-version: ${{ matrix.go-version }}
17+
go-version: 1.21.x
2218

2319
- name: Install Reviewdog
2420
uses: reviewdog/action-setup@v1

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: env.PROTOBUFS_CHANGED == 'true'
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: 1.18.x
30+
go-version: 1.21.x
3131

3232
- name: Install Protobuf tools
3333
if: env.PROTOBUFS_CHANGED == 'true'

0 commit comments

Comments
 (0)