Skip to content

Commit

Permalink
Merge pull request #250 from scop/chore/remove-go116
Browse files Browse the repository at this point in the history
Remove Go 1.16 support remainders, bump builds to 1.20
  • Loading branch information
rubenv authored Jul 20, 2023
2 parents e61d17e + ac85431 commit cdab5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.16
goversion: 1.20
pre_command: export CGO_ENABLED=0
project_path: "./sql-migrate"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.2
ARG GO_VERSION=1.20.6
ARG ALPINE_VERSION=3.12

### Vendor
Expand Down

0 comments on commit cdab5c3

Please sign in to comment.