Skip to content

Commit

Permalink
Bump go version in benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jul 30, 2024
1 parent 65efcc2 commit bfaaf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4 # v4 uses caching of Go 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

Expand Down

0 comments on commit bfaaf5d

Please sign in to comment.