Skip to content

Commit

Permalink
chore: Update go version for CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
myrkvi committed Nov 16, 2024
1 parent db1f711 commit d95a78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
cache: false
- name: GolangCi-Lint
uses: golangci/golangci-lint-action@v6.1.1
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Test
run: go test -v ./...
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Build
run: go build -v ./...

0 comments on commit d95a78f

Please sign in to comment.