Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from osspkg/develop
Browse files Browse the repository at this point in the history
update setup
  • Loading branch information
markus621 authored Jul 25, 2023
2 parents b4e96d4 + 11a460f commit 2adb084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func CmdLib() console.CommandGetter {
}

exec.CommandPack("bash",
"go mod tidy",
"go mod tidy -compat=1.17",
"go mod download",
"go generate ./...",
)
Expand Down

0 comments on commit 2adb084

Please sign in to comment.