Skip to content

Commit

Permalink
Include builds for Go 1.18 in CI matrixes (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jun 30, 2022
1 parent 86f0c4a commit 4d7b65b
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/ecr-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches: [ 'main' ]

permissions:
# This let's us clone the repo
# This lets us clone the repo
contents: read
# This let's us mint identity tokens.
# This lets us mint identity tokens.
id-token: write

jobs:
Expand All @@ -18,15 +18,12 @@ jobs:
AWS_REGION: us-east-2

steps:
- name: Set up Go 1.17.x
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Check out code
uses: actions/checkout@v3

- name: Install krane
working-directory: ./cmd/krane
run: go install .
Expand All @@ -49,15 +46,12 @@ jobs:
AWS_REGION: us-east-2

steps:
- name: Set up Go 1.17.x
uses: actions/setup-go@v3
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Check out code
uses: actions/checkout@v3

- name: Install crane
working-directory: ./cmd/crane
run: go install .
Expand Down

0 comments on commit 4d7b65b

Please sign in to comment.