Skip to content

Commit

Permalink
Upgrade go version in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Sep 5, 2023
1 parent 7d0c902 commit 01317f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
- name: Unit Tests
run: make test
build:
name: Build Binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
- name: Build All
run: make all

0 comments on commit 01317f7

Please sign in to comment.