-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e7fdf7
commit 8f94ea6
Showing
10 changed files
with
13 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,11 @@ static: | |
@staticcheck -go 1.20 ./... | ||
|
||
check_deps: | ||
go install github.com/daixiang0/gci@latest | ||
go install mvdan.cc/gofumpt@latest | ||
go install github.com/daixiang0/gci@v0.13.0 | ||
go install mvdan.cc/gofumpt@v0.6.0 | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
go install honnef.co/go/tools/cmd/[email protected] | ||
go install github.com/goreleaser/goreleaser@latest | ||
go install github.com/goreleaser/goreleaser@v1.24.0 | ||
|
||
dev_db: | ||
docker compose -f docker-compose-dev.yml up --force-recreate -V postgres | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/leighmacdonald/steamid/v3 | ||
module github.com/leighmacdonald/steamid/v4 | ||
|
||
go 1.22 | ||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Copyright © 2020 Leigh MacDonald <[email protected]> | |
*/ | ||
package main | ||
|
||
import "github.com/leighmacdonald/steamid/v3/cmd" | ||
import "github.com/leighmacdonald/steamid/v4/cmd" | ||
|
||
func main() { | ||
cmd.Execute() | ||
|
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