Skip to content

Commit

Permalink
remove(config): don't increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 20, 2023
1 parent cd724b0 commit 500f2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fastly/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config_version = 5
config_version = 4

[fastly]
api_endpoint = "https://api.fastly.com"
Expand Down
2 changes: 1 addition & 1 deletion pkg/commands/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestVersion(t *testing.T) {
// G302 (CWE-276): Expect file permissions to be 0600 or less
// gosec flagged this:
// Disabling as this is for test suite purposes only.
/* #nosec */
// #nosec
err = os.Chmod(filepath.Join(rootdir, "viceroy"), 0o777)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 500f2eb

Please sign in to comment.