Skip to content

Commit

Permalink
Run functional tests with Go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Apr 8, 2024
1 parent 974f895 commit 3e37e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'

- name: Setup java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -108,12 +108,12 @@ jobs:
- name: Set up Nodejs
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

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

- uses: getgauge/setup-gauge@master
with:
Expand Down

0 comments on commit 3e37e05

Please sign in to comment.