Skip to content

Commit

Permalink
Go 1.23 Gets Flagged so 1.22?
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 authored Aug 17, 2024
1 parent 2d9195a commit 91b35bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.23"
go-version: "1.22"

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.23"
go-version: "1.22"

- id: go-cache-paths
run: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.23"
go-version: "1.22"

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 91b35bd

Please sign in to comment.