Skip to content

Commit

Permalink
use Go 1.22 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Feb 8, 2024
1 parent 9d1e0c6 commit ce75bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fcors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21.x' ]
go-version: [1.22]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.21.x]
go-version: [1.22]
name: Benchmark comparison ${{ matrix.os }} @ Go ${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ce75bb8

Please sign in to comment.