diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index f5e0db45c..a4460ee1b 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -10,7 +10,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Checkout code into the Go module directory diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0b8af50c..39320c25f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Checkout code into the Go module directory @@ -49,7 +49,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Checkout code into the Go module directory @@ -74,7 +74,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Setup docker CLI @@ -110,7 +110,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Setup docker CLI diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74805b21d..aea92e52e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.4 id: go - name: Setup docker CLI diff --git a/Dockerfile b/Dockerfile index f0d96385a..a3f58f0fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.18.3-alpine +ARG GO_VERSION=1.18.4-alpine ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine ARG PROTOC_GEN_GO_VERSION=v1.4.3 diff --git a/docs/docs.Dockerfile b/docs/docs.Dockerfile index 61657b7ef..d2f88a929 100644 --- a/docs/docs.Dockerfile +++ b/docs/docs.Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.18.3 +ARG GO_VERSION=1.18.4 ARG FORMATS=md,yaml FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen