Skip to content

Commit

Permalink
workflow: use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Jan 24, 2024
1 parent 2deb485 commit 4522984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go:
- '1.19'
- '1.21'
name: Linux Go ${{ matrix.go }}
steps:
- name: Checkout
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
go:
- '1.19'
- '1.21'
name: macOS Go ${{ matrix.go }}
steps:
- name: Checkout
Expand Down

0 comments on commit 4522984

Please sign in to comment.