Skip to content

Commit ef10839

Browse files
authored
Merge pull request #10 from flashadmin/renovate/go-1.x
Update dependency go to 1.24
2 parents ee9334e + 52e20d0 commit ef10839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: '1.23'
13+
go-version: '1.24'
1414
- uses: actions/checkout@v4
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: '1.19'
45+
go-version: '1.24'
4646
- name: Run GoReleaser
4747
uses: goreleaser/goreleaser-action@v6
4848
with:

0 commit comments

Comments
 (0)