From ac854312a7756e0517c7859a3f0f52f86e1fc9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 20 Jul 2023 15:08:51 +0300 Subject: [PATCH] Remove Go 1.16 support remainders, bump builds to 1.20 --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f596738d..bbc52355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/Dockerfile b/Dockerfile index cfa00f7e..238ac714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.16.2 +ARG GO_VERSION=1.20.6 ARG ALPINE_VERSION=3.12 ### Vendor