Skip to content

Commit e793978

Browse files
authored
chore: upgrade go version to 1.24.4 (#135)
1 parent f075815 commit e793978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.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@v5
1616
with:
17-
go-version: '1.24.1'
17+
go-version: '1.24.4'
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24.1'
18+
go-version: '1.24.4'
1919

2020
- name: Fetch vendor
2121
run: make vendor

0 commit comments

Comments
 (0)