Skip to content

Commit

Permalink
update Github
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jul 8, 2024
1 parent 8d856f8 commit cda215b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: './src/github.com/kevinburke/nacl'
# staticcheck needs this for GOPATH
Expand Down

0 comments on commit cda215b

Please sign in to comment.