Skip to content

Commit

Permalink
bump golang to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnatsa committed Sep 16, 2024
1 parent e9bf6e8 commit d4743bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.1
version: v1.61.0
skip-go-installation: true
skip-pkg-cache: true
args: --timeout=5m
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nunnatsa/ginkgolinter

go 1.21
go 1.22

require (
github.com/go-toolsmith/astcopy v1.1.0
Expand Down
1 change: 1 addition & 0 deletions internal/gomegahandler/handler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:staticcheck
package gomegahandler

import (
Expand Down

0 comments on commit d4743bf

Please sign in to comment.