File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 test :
99 strategy :
1010 matrix :
11- # Disabling windows builds while we figure out why they're broken
12- # os: [ubuntu-latest , macos-latest , windows-latest ]
13- os : [ubuntu-latest , macos-latest ]
11+ # Disabling windows builds while we fix installing PostgreSQL 16
12+ # os: [ubuntu-22.04 , macos-14 , windows-2022 ]
13+ os : [ubuntu-22.04 , macos-14 ]
1414 cgo : ['1', '0']
1515 # Workaround no native support for conditional matrix items
1616 # https://github.com/orgs/community/discussions/26253#discussioncomment-6745038
1919 exclude :
2020 - isMain : false
2121 include :
22- - os : ubuntu-latest
22+ - os : ubuntu-22.04
2323 cgo : ' 1'
24- - os : ubuntu-latest
24+ - os : ubuntu-22.04
2525 cgo : ' 0'
2626 name : test ${{ matrix.os }} cgo=${{ matrix.cgo }}
2727 runs-on : ${{ matrix.os }}
3030 - uses : actions/checkout@v4
3131 - uses : actions/setup-go@v5
3232 with :
33- go-version : ' 1.22.8 '
33+ go-version : ' 1.23.5 '
3434
3535 - name : install gotestsum
3636 run : go install gotest.tools/gotestsum@latest
@@ -71,13 +71,13 @@ jobs:
7171 CGO_ENABLED : ${{ matrix.cgo }}
7272
7373 vuln_check :
74- runs-on : ubuntu-latest
74+ runs-on : ubuntu-22.04
7575 timeout-minutes : 5
7676
7777 steps :
7878 - uses : actions/checkout@v4
7979 - uses : actions/setup-go@v5
8080 with :
81- go-version : ' 1.22.8 '
81+ go-version : ' 1.23.5 '
8282 - run : go install golang.org/x/vuln/cmd/govulncheck@latest
8383 - run : govulncheck ./...
You can’t perform that action at this time.
0 commit comments