Skip to content

Commit

Permalink
Update workflows to go 1.19
Browse files Browse the repository at this point in the history
Go version had not been updated in some of the workflows.

Signed-off-by: Brad P. Crochet <brad@redhat.com>
  • Loading branch information
bcrochet authored and acornett21 committed Sep 22, 2022
1 parent bad1155 commit a32ad27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Tidy
run: make tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copy-to-rhisv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Install Skopeo
run: |
Expand Down

0 comments on commit a32ad27

Please sign in to comment.