Skip to content

Commit

Permalink
chore: update go to 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <[email protected]>
  • Loading branch information
khos2ow committed Sep 18, 2024
1 parent 83ff6ee commit 0db6eef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*-*"

env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"

env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-docs/terraform-docs

go 1.22
go 1.23

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit 0db6eef

Please sign in to comment.