Skip to content

Commit 32e686a

Browse files
committed
build: Bump workflows Go versions
Signed-off-by: Paulo Gomes <[email protected]>
1 parent efe2f98 commit 32e686a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
on: [push, pull_request]
21
name: Test
32

4-
permissions:
5-
contents: read
3+
on:
4+
push:
5+
pull_request:
6+
7+
permissions: {}
68

79
jobs:
810
version-matrix:
@@ -12,6 +14,9 @@ jobs:
1214
go-version: [1.21.x, 1.22.x, 1.23.x]
1315
platform: [ubuntu-latest, macos-latest, windows-latest]
1416

17+
permissions:
18+
contents: read
19+
1520
runs-on: ${{ matrix.platform }}
1621
steps:
1722
- name: Checkout code

0 commit comments

Comments
 (0)