Skip to content

Commit

Permalink
update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Aug 27, 2022
1 parent 59dc0f9 commit 046b532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package main ...
package main

import (
Expand Down
3 changes: 2 additions & 1 deletion pkg/lint/lint.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package lint ...
package lint

import (
Expand All @@ -20,7 +21,7 @@ import (
)

// DefaultVer of golangci-lint to use
const DefaultVer = "1.46.1"
const DefaultVer = "1.49.0"

// Linter ...
type Linter struct {
Expand Down

0 comments on commit 046b532

Please sign in to comment.