Skip to content

Commit

Permalink
chore: add support for Go 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Aug 8, 2022
1 parent 4e68fb5 commit d3933f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
go_version:
- '1.17'
- '1.18'
- '1.19'
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d3933f9

Please sign in to comment.