Skip to content

Commit c2843df

Browse files
committed
[chore] patched go version in github workflows
1 parent aa78429 commit c2843df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: '1.22.3'
22+
go-version: '1.23.4'
2323

2424
- name: Build
2525
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.22.3'
17+
go-version: '1.23.4'
1818

1919
- name: Set version
2020
run: echo "version=${GITHUB_REF#refs/*/}" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)