Skip to content

Commit

Permalink
bumping golanglint-ci to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio committed Oct 12, 2023
1 parent b4f88e1 commit 169fb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: CI
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ date "+%H:%M:%S"
if ! type "golangci-lint" > /dev/null; then
echo "golaningci-lint not found installing…"
date "+%H:%M:%S"
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
fi

echo "Checking if gosec is installed…"
Expand Down

0 comments on commit 169fb29

Please sign in to comment.