mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.16.3"
|
||||
GO_VERSION: "1.16.4"
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/prerelease.yaml
vendored
2
.github/workflows/prerelease.yaml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
- "v*.*.*-*"
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.16.3"
|
||||
GO_VERSION: "1.16.4"
|
||||
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.16.3"
|
||||
GO_VERSION: "1.16.4"
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# You may obtain a copy of the License at the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
FROM golang:1.16.3-alpine AS builder
|
||||
FROM golang:1.16.4-alpine AS builder
|
||||
|
||||
RUN apk add --update --no-cache make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user