Skip to content

Commit

Permalink
Build/test with Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Dec 10, 2023
1 parent 9fafc65 commit 70795e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup go 1.20.x
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Set up Nodejs
uses: actions/setup-node@v4
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:
with:
node-version: 20.7.0

- name: Setup go 1.20.x
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

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

0 comments on commit 70795e7

Please sign in to comment.