Skip to content

Commit 053b918

Browse files
chore(deps): update dependency go to v1.24.5
1 parent e7c7522 commit 053b918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: 1.20.2
16+
go-version: 1.24.5
1717

1818
- name: Build
1919
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: 1.20.2
25+
go-version: 1.24.5
2626
- name: Login to GitHub Container Registry
2727
uses: docker/login-action@v2
2828
with:

0 commit comments

Comments
 (0)