Skip to content

Commit

Permalink
Update CI to use latest stable Go version
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Twigg <neil@nats.io>
  • Loading branch information
neilalexander committed Sep 10, 2024
1 parent bc9fb5f commit 2e1251e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
include:
- go: '1.19.x'
- go: "stable"
os: ubuntu-latest
canonical: true
- go: '1.19.x'
- go: "stable"
os: windows-latest
canonical: false

Expand All @@ -29,7 +29,6 @@ jobs:
with:
go-version: ${{matrix.go}}


- name: Install deps
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
Expand Down

0 comments on commit 2e1251e

Please sign in to comment.