mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-09-26 20:01:19 +08:00
update go versions in workflows
This commit is contained in:
2
.github/workflows/badge-sqlite-version.yml
vendored
2
.github/workflows/badge-sqlite-version.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.21
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v4
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.17','1.18', '1.19']
|
||||
go: ['1.19','1.20', '1.21']
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
Reference in New Issue
Block a user