We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa78429 commit c2843dfCopy full SHA for c2843df
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v3
21
with:
22
- go-version: '1.22.3'
+ go-version: '1.23.4'
23
24
- name: Build
25
run: go build -v ./...
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: Set version
run: echo "version=${GITHUB_REF#refs/*/}" >> "$GITHUB_ENV"
0 commit comments