Skip to content

Commit

Permalink
Update Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Mar 18, 2024
1 parent 664ed37 commit a0bdaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.18', '1.17' ]
go: [ '1.21', '1.20' ]
name: "Test [ Go ${{ matrix.go }} / JSON Backend ${{ matrix.json_backend }} ]"
steps:
- name: Checkout repository
Expand Down

0 comments on commit a0bdaf8

Please sign in to comment.