Skip to content

Commit

Permalink
ci: use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed Sep 1, 2023
1 parent 2dc0bb0 commit 2a78530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name: CI

jobs:
ci:
strategy:
matrix:
go-version: [1.18.x]

runs-on: ubuntu-latest

env:
Expand All @@ -18,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
go-version: 1.21.x

- name: Install Reviewdog
uses: reviewdog/action-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: env.PROTOBUFS_CHANGED == 'true'
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.21.x

- name: Install Protobuf tools
if: env.PROTOBUFS_CHANGED == 'true'
Expand Down

0 comments on commit 2a78530

Please sign in to comment.