Skip to content

Commit

Permalink
ci: use oldstable Go
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Sep 5, 2024
1 parent c60a250 commit 5e7300f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
go:
description: "Go version"
default: "1.21.x"
default: "oldstable"
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
go:
description: "Go version"
default: "1.21.x"
default: "oldstable"
required: false
type: string
submodules:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
go:
description: "Go version"
default: "1.21.x"
default: "oldstable"
required: false
type: string
golangci-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
workflow_call:
inputs:
go:
description: 'Go version'
default: "1.21.x"
description: "Go version"
default: "oldstable"
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
go:
description: "Go version"
default: "1.21.x"
default: "oldstable"
required: false
type: string
enable-386:
Expand Down

0 comments on commit 5e7300f

Please sign in to comment.