Skip to content

Commit

Permalink
bump golangci-lint to work with golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckydev committed May 10, 2024
1 parent ff95f94 commit 1f32c2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## [0.29.0] - 09-05-2024
## [0.28.1] - 09-05-2024
Fixed a bug with GITHUB_TOKEN authentication where pushes would fail when configured to use a GitHub token.
Fixed version of golangci-lint to work with more recent golang versions.:q


## [0.28.0] - 09-04-2024
Prefers to use the GITHUB_TOKEN Bearer authentication over SSH if the environment variable is present.
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export

GORELEASER_VERSION := 0.179.0
LINTER_VERSION := 1.53.3
LINTER_VERSION := 1.58.1
PATH := $(shell pwd)/bin:$(PATH)
SHELL := bash

Expand Down

0 comments on commit 1f32c2c

Please sign in to comment.