We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e61d17e + ac85431 commit cdab5c3Copy full SHA for cdab5c3
2 files changed
.github/workflows/release.yml
@@ -20,6 +20,6 @@ jobs:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
22
goarch: ${{ matrix.goarch }}
23
- goversion: 1.16
+ goversion: 1.20
24
pre_command: export CGO_ENABLED=0
25
project_path: "./sql-migrate"
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.16.2
+ARG GO_VERSION=1.20.6
2
ARG ALPINE_VERSION=3.12
3
4
### Vendor
0 commit comments