diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26f45b..ac448fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: go_version: - '1.17' - '1.18' + - '1.19' runs-on: ubuntu-latest env: GO111MODULE: on @@ -44,7 +45,7 @@ jobs: - name: Setup go uses: actions/setup-go@v3 with: - go-version: '1.18' + go-version: '1.19' - name: Checkout Source uses: actions/checkout@v3 - uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b8812a..06ecc78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - name: Install Cosign uses: sigstore/cosign-installer@v2 with: @@ -66,7 +66,7 @@ jobs: tags: ${{steps.meta.outputs.tags}} labels: ${{steps.meta.outputs.labels}} push: true - build-args: GO_VERSION=1.18 + build-args: GO_VERSION=1.19 - name: Sign Docker Image run: cosign sign -key /tmp/cosign.key ${TAGS} env: