chore: update go to 1.23.1

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2024-09-18 12:07:44 -04:00
parent 83ff6ee378
commit 0db6eef258
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request:
env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

@@ -6,7 +6,7 @@ on:
- master
env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
jobs:
analyze:

View File

@@ -6,7 +6,7 @@ on:
- "v*.*.*-*"
env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

@@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"
env:
GO_VERSION: "1.22.3"
GO_VERSION: "1.23.1"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

2
go.mod
View File

@@ -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