Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 5, 2024
1 parent 01a37f9 commit 33b5248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.19' ]
go: [ '1.20' ]
steps:
- name: Checkout workspace
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.20'

- name: Install necessary tools
run: make tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.19' ]
go: [ '1.20' ]
name: Acceptance Test Job
steps:
- name: Checkout workspace
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.20'
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit 33b5248

Please sign in to comment.