-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update to go1.21, upgrade nfpm and goreleaser
chore: refactor files
- Loading branch information
1 parent
832bbf0
commit f44600c
Showing
10 changed files
with
745 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
matrix: | ||
go-version: | ||
- 1.19.x | ||
- 1.21.x | ||
platform: | ||
- ubuntu-latest | ||
- macos-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"github.com/bflad/tfproviderlint/cmd/tfproviderlint" | ||
"github.com/client9/misspell/cmd/misspell" | ||
"github.com/git-chglog/git-chglog/cmd/git-chglog" | ||
"github.com/golangci/golangci-lint/cmd/golangci-lint" | ||
"github.com/goreleaser/goreleaser" | ||
"github.com/llorllale/go-gitlint/cmd/go-gitlint" | ||
"github.com/psampaz/go-mod-outdated" | ||
"github.com/stretchr/testify/assert" | ||
"golang.org/x/tools/cmd/godoc" | ||
"golang.org/x/tools/cmd/goimports" | ||
"gotest.tools/gotestsum" |
Oops, something went wrong.