Skip to content

Commit cdab5c3

Browse files
authored
Merge pull request #250 from scop/chore/remove-go116
Remove Go 1.16 support remainders, bump builds to 1.20
2 parents e61d17e + ac85431 commit cdab5c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
23-
goversion: 1.16
23+
goversion: 1.20
2424
pre_command: export CGO_ENABLED=0
2525
project_path: "./sql-migrate"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.16.2
1+
ARG GO_VERSION=1.20.6
22
ARG ALPINE_VERSION=3.12
33

44
### Vendor

0 commit comments

Comments
 (0)