Skip to content

Commit

Permalink
fix: faling GH Actions - Update Go version to 1.22 in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Jul 2, 2024
1 parent 3a205ad commit f0f48ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Format
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.22
cache: false
- name: GolangCI-Lint Check
uses: golangci/golangci-lint-action@v6

0 comments on commit f0f48ab

Please sign in to comment.