mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
chore: bump golang to 1.24.2
Signed-off-by: Pascal Hofmann <mail@pascalhofmann.de>
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.23.1"
|
GO_VERSION: "1.24.2"
|
||||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.23.1"
|
GO_VERSION: "1.24.2"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|||||||
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
- "v*.*.*-*"
|
- "v*.*.*-*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.23.1"
|
GO_VERSION: "1.24.2"
|
||||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
- "!v*.*.*-*"
|
- "!v*.*.*-*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.23.1"
|
GO_VERSION: "1.24.2"
|
||||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# You may obtain a copy of the License at the LICENSE file in
|
# You may obtain a copy of the License at the LICENSE file in
|
||||||
# the root directory of this source tree.
|
# the root directory of this source tree.
|
||||||
|
|
||||||
FROM docker.io/library/golang:1.23.4-alpine AS builder
|
FROM docker.io/library/golang:1.24.2-alpine AS builder
|
||||||
|
|
||||||
RUN apk add --update --no-cache make
|
RUN apk add --update --no-cache make
|
||||||
|
|
||||||
|
|||||||
5
go.mod
5
go.mod
@@ -1,6 +1,9 @@
|
|||||||
module github.com/terraform-docs/terraform-docs
|
module github.com/terraform-docs/terraform-docs
|
||||||
|
|
||||||
go 1.23
|
go 1.23.0
|
||||||
|
|
||||||
|
toolchain go1.24.2
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.4.0
|
github.com/BurntSushi/toml v1.4.0
|
||||||
github.com/Masterminds/sprig/v3 v3.3.0
|
github.com/Masterminds/sprig/v3 v3.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user