Skip to content

Commit 8ec7bf3

Browse files
authored
Merge pull request #75 from shogo82148/go1.17-is-released
Go 1.17 is released
2 parents e364706 + 9599e1e commit 8ec7bf3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- macos-latest
1919
go:
2020
- "1"
21+
- "1.17"
2122
- "1.16"
2223
- "1.15"
2324
- "1.14"

go.mod

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

3-
go 1.13
3+
go 1.17

0 commit comments

Comments
 (0)