mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Bump golang to 1.22.1
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.21.5"
|
||||
GO_VERSION: "1.22.1"
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
||||
jobs:
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Check License headers
|
||||
run: |
|
||||
GO111MODULE=off go get github.com/google/addlicense
|
||||
go install github.com/google/addlicense@latest
|
||||
|
||||
addlicense -check $(find . -type f -name "*.go")
|
||||
addlicense -check $(find . -type f -name "*.sh")
|
||||
|
||||
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.21.5"
|
||||
GO_VERSION: "1.22.1"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
- "v*.*.*-*"
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.21.5"
|
||||
GO_VERSION: "1.22.1"
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- "!v*.*.*-*"
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.21.5"
|
||||
GO_VERSION: "1.22.1"
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user