We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203a169 commit 0b0827eCopy full SHA for 0b0827e
.github/workflows/test.yml
@@ -4,12 +4,12 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.19.x]
+ go-version: [1.23.x]
8
os: [ubuntu-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/setup-go@v5
12
with:
13
go-version: ${{ matrix.go-version }}
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- - run: go test ./...
+ - run: go test ./...
0 commit comments