Skip to content

Commit

Permalink
upgraded Go and golangci-lint to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: KiranSatyaRaj <[email protected]>
  • Loading branch information
KiranSatyaRaj committed Nov 21, 2022
1 parent faa4ddd commit b96337a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

go 1.18
go 1.19
2 changes: 1 addition & 1 deletion hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

linterVersion="$(golangci-lint --version | awk '{print $4}')"

expectedLinterVersion=1.46.2
expectedLinterVersion=1.50.1

if [ "${linterVersion}" != "${expectedLinterVersion}" ]; then
echo "Install GolangCI-Lint version ${expectedLinterVersion}"
Expand Down

0 comments on commit b96337a

Please sign in to comment.