Skip to content

Commit

Permalink
Bump Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Sep 19, 2023
1 parent 77bf038 commit 93b623b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.20'

- name: Install nats-server
run: go install github.com/nats-io/nats-server/v2@${{ matrix.nats_server }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.20'

- name: Set up rust
run: |
Expand Down

0 comments on commit 93b623b

Please sign in to comment.