Skip to content

Commit

Permalink
Update golang to 1.21.7 and linter to 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
dnardo committed Mar 6, 2024
1 parent 40ef2bd commit 7cbd07b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.14
go-version: ^1.21.7
id: go

- name: Check out code into the Go module directory
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.14
go-version: ^1.21.7
id: go

- name: Check out code into the Go module directory
Expand All @@ -64,5 +64,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
only-new-issues: true

0 comments on commit 7cbd07b

Please sign in to comment.