Skip to content

Commit

Permalink
update ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 3, 2023
1 parent d5993bf commit a4372d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.17' ]
go: [ '1.20' ]
name: Acceptance Tests
steps:
- name: Checkout workspace
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: '1.20'
- name: Install dependencies
run: |
sudo apt-get install -y wget jq
Expand Down
8 changes: 4 additions & 4 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.17' ]
go: [ '1.20' ]
steps:
- name: Checkout workspace
uses: actions/checkout@v2
uses: actions/checkout@v4

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

- name: Install necessary tools
run: make tools
Expand Down

0 comments on commit a4372d3

Please sign in to comment.