We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84c359c + 03f4858 commit 9813cdbCopy full SHA for 9813cdb
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ go-version: '1.23'
23
24
- name: Build
25
run: go build -v ./...
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
- name: Set Up Go
26
27
- go-version: "1.20" # Adjust Go version as per requirement
+ go-version: "1.23" # Adjust Go version as per requirement
28
29
- name: Build Go Binary
30
run: |
0 commit comments