Skip to content

Commit af13ec9

Browse files
authored
Update CI (#4)
1 parent 1c53874 commit af13ec9

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,5 @@ on:
77
branches:
88
- main
99
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-
with:
20-
version: latest
21-
unit:
22-
runs-on: ubuntu-latest
23-
strategy:
24-
matrix:
25-
go-version: [1.18.x, 1.19.x]
26-
steps:
27-
- uses: actions/checkout@v3
28-
- uses: actions/setup-go@v3
29-
with:
30-
go-version: ${{ matrix.go-version }}
31-
cache: true
32-
- run: make test
10+
go:
11+
uses: bsm/misc/.github/workflows/test-go.yml@main

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/bsm/minisql
22

3-
go 1.14
3+
go 1.24

0 commit comments

Comments
 (0)