Skip to content

Commit 44eb258

Browse files
committed
update to toolchain version and set workflow perms
1 parent 649838e commit 44eb258

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ jobs:
1414

1515
runs-on: ${{ matrix.os }}
1616

17+
permissions:
18+
contents: read
19+
packages: read
20+
1721
steps:
1822
- uses: actions/checkout@v4
1923

2024
- name: Set up Go
2125
uses: actions/setup-go@v4
2226
with:
23-
go-version-file: "go.mod"
27+
go-version-file: "1.25"
2428
cache: true
2529

2630
- name: Set up gotestfmt

0 commit comments

Comments
 (0)