We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c53874 commit af13ec9Copy full SHA for af13ec9
.github/workflows/test.yml
@@ -7,26 +7,5 @@ on:
7
branches:
8
- main
9
jobs:
10
- lint:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-go@v3
15
- with:
16
- go-version: 1.x
17
- cache: true
18
- - uses: golangci/golangci-lint-action@v3
19
20
- version: latest
21
- unit:
22
23
- strategy:
24
- matrix:
25
- go-version: [1.18.x, 1.19.x]
26
27
28
29
30
- go-version: ${{ matrix.go-version }}
31
32
- - run: make test
+ go:
+ uses: bsm/misc/.github/workflows/test-go.yml@main
go.mod
@@ -1,3 +1,3 @@
1
module github.com/bsm/minisql
2
3
-go 1.14
+go 1.24
0 commit comments