Skip to content

Commit e0fda4d

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

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
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:
911
strategy:
1012
fail-fast: false
1113
matrix:
12-
go-version: [1.20.x, 1.21.x, 1.22.x]
14+
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)