Skip to content

Commit fa665c7

Browse files
authored
Merge pull request #15 from octo/renovate/go-1.x
chore(deps): update dependency go to 1.24
2 parents 1372e2d + 03a1f31 commit fa665c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.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@v4
1717
with:
18-
go-version: '1.23'
18+
go-version: '1.24'
1919
- name: Build
2020
run: go build -v ./...
2121
- name: Test

0 commit comments

Comments
 (0)