Skip to content

Commit 55e67d1

Browse files
chore(deps): update dependency go to v1.24.6
1 parent 67c02be commit 55e67d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.21
17+
go-version: 1.24
1818
- uses: actions/checkout@v4
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3

.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: Install Go 1.21
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21.x'
17+
go-version: '1.24.x'
1818
- name: Goreleaser publish
1919
uses: goreleaser/goreleaser-action@v5
2020
with:

0 commit comments

Comments
 (0)