Skip to content

Commit

Permalink
ci: use go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Aug 20, 2024
1 parent 3f79dbb commit d80dff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x, 1.18.x, 1.20.x, 1.22.x]
go-version: [1.15.x, 1.18.x, 1.20.x, 1.23.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os}}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ^1.22
go-version: ^1.23
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Benchmark
Expand Down

0 comments on commit d80dff4

Please sign in to comment.