Skip to content

Commit

Permalink
Update linter & releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Delbende committed Sep 25, 2024
1 parent 096f0fb commit bdc4974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

GORELEASER_VERSION="v2.2.0"
GORELEASER_VERSION="v2.3.2"
USER_UID=$(id -u)

case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

LINTER_VERSION=v1.60.3
LINTER_VERSION=v1.61.0

USER_UID=$(id -u)

Expand Down

0 comments on commit bdc4974

Please sign in to comment.