Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Apr 15, 2024
1 parent 420483c commit 1303b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: setup-go
uses: actions/setup-go@v4 # v4 uses caching out of the box
with:
go-version: '1.20'
go-version: '1.22'
- name: Install nats-server
run: go install github.com/nats-io/nats-server/v2@main
- name: Install stable Rust on ${{ matrix.os }}
Expand Down

0 comments on commit 1303b8b

Please sign in to comment.