Skip to content

Commit

Permalink
Update prerequisites.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
banaag authored Jun 7, 2023
1 parent 8b5674a commit 607b183
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.17
- name: Setup Go 1.19
uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.19'

- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
Expand All @@ -26,10 +26,10 @@ jobs:
go-vet:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.17
- name: Setup Go 1.19
uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v3
Expand All @@ -42,10 +42,10 @@ jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.17
- name: Setup Go 1.19
uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 607b183

Please sign in to comment.