From 563d14248ce56a729896cf4166b031f8edc52889 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 24 Feb 2023 00:29:50 -0800 Subject: [PATCH] go 1.20 --- .circleci/config.yml | 2 +- .github/workflows/amd64.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94774e2e..b3cee831 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - checkout - run: | - docker run -it --rm -v "$PWD":/work -w /work golang:1.19-bullseye bash -c 'CGO_ENABLED=0 go build -ldflags="-s -w"' + docker run -it --rm -v "$PWD":/work -w /work golang:1.20-bullseye bash -c 'CGO_ENABLED=0 go build -ldflags="-s -w"' sudo mv go-vod go-vod-aarch64 - persist_to_workspace: diff --git a/.github/workflows/amd64.yml b/.github/workflows/amd64.yml index 2312e4ad..ec255ab4 100644 --- a/.github/workflows/amd64.yml +++ b/.github/workflows/amd64.yml @@ -3,7 +3,7 @@ name: amd64 on: push: tags: - - '*' + - "*" jobs: build-amd64: @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: - image: golang:1.19-bullseye + image: golang:1.20-bullseye steps: - name: Checkout @@ -27,4 +27,4 @@ jobs: file: go-vod asset_name: go-vod-amd64 tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true