aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-11-17 10:04:27 +0900
committerGitHub <noreply@github.com>2020-11-17 10:04:27 +0900
commitae4208e73a3a4286944da42ecffe95c29ddd25b1 (patch)
tree18ce31e0afc57a3d29bc61902be1acb7a217dd80
parentREADME.md: use link in markdown (#859) (diff)
downloadgolite-ae4208e73a3a4286944da42ecffe95c29ddd25b1.tar.gz
golite-ae4208e73a3a4286944da42ecffe95c29ddd25b1.tar.xz
Drop go1.11 (#852)
* Drop go1.11 * Use go1.12
-rw-r--r--.github/workflows/go.yaml4
-rw-r--r--go.mod2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml
index 579e9ad..887f7ca 100644
--- a/.github/workflows/go.yaml
+++ b/.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
- go: ['1.11.13', '1.12.17', '1.13.15', '1.14.7', '1.15']
+ go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
fail-fast: false
env:
OS: ${{ matrix.os }}
@@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
- go: ['1.11.13', '1.12.17', '1.13.15', '1.14.7', '1.15']
+ go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
fail-fast: false
env:
OS: windows-latest
diff --git a/go.mod b/go.mod
index 5e56bb9..3d0854a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module github.com/mattn/go-sqlite3
-go 1.10
+go 1.12