Skip to content

Commit

Permalink
CI: Fix Go version
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Landau <[email protected]>
  • Loading branch information
hlandau committed Aug 7, 2024
1 parent 2e80c5c commit 6bc9766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-linux:
strategy:
matrix:
GO_VERSION: ["1.21", "1.23rc2"]
GO_VERSION: ["1.21", "1.23.0-rc.2"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,7 +23,7 @@ jobs:
test-linux:
strategy:
matrix:
GO_VERSION: ["1.21", "1.23rc2"]
GO_VERSION: ["1.21", "1.23.0-rc.2"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -40,7 +40,7 @@ jobs:
lint-windows:
strategy:
matrix:
GO_VERSION: ["1.21", "1.23rc2"]
GO_VERSION: ["1.21", "1.23.0-rc.2"]
runs-on: windows-2022
defaults:
run:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
test-windows:
strategy:
matrix:
GO_VERSION: ["1.21", "1.23rc2"]
GO_VERSION: ["1.21", "1.23.0-rc.2"]
runs-on: windows-2022
defaults:
run:
Expand Down

0 comments on commit 6bc9766

Please sign in to comment.