Skip to content

Commit 60775cd

Browse files
Update dependency go to 1.24 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e35ada commit 60775cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: setup go env
1717
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
1818
with:
19-
go-version: 1.16
19+
go-version: 1.24
2020
- name: build
2121
run: go build -v ./...

0 commit comments

Comments
 (0)