Skip to content

Commit

Permalink
cicd: added go version 1.21 to ci targets, upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Sep 22, 2023
1 parent 1efe84a commit 124414d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
gover: ['~1.18', '~1.19', '~1.20']
gover: ['~1.18', '~1.19', '~1.20', '~1.21']
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.gover }}

Expand Down

0 comments on commit 124414d

Please sign in to comment.