Skip to content

Commit ae6fa7c

Browse files
committed
update to go v1.25
1 parent aa43d4b commit ae6fa7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: push
22
on: push
33
permissions:
4-
contents: read
4+
contents: read
55
jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: "1.24"
12+
go-version: "1.25"
1313
- run: go test -v -cover $(go list ./... | grep -v /vendor)
1414
build:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)