Skip to content

Commit

Permalink
go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 28, 2023
1 parent 3c7cc0c commit 4c3dd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-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.19' ]
go: [ '1.20' ]
name: Dev Acceptance Tests
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 dependencies
run: |
sudo apt-get install -y wget jq
Expand Down

0 comments on commit 4c3dd54

Please sign in to comment.