Skip to content

Commit

Permalink
Upgrade go 1.22 in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Jul 19, 2024
1 parent bce4fc8 commit 57c3eca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.22
- name: Checkout code
uses: actions/checkout@v2
- name: Generate vendor directory
run: make ensure-vendor
- name: Lint
run: make lint
- name: Secure dockerfile
Expand All @@ -26,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.22
- name: Checkout code
uses: actions/checkout@v2
- name: Unit Tests
Expand Down

0 comments on commit 57c3eca

Please sign in to comment.