From 9424b71a731158080ba8682109d3d51060b203a0 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 5 Jun 2024 12:38:39 -0700 Subject: [PATCH] Update: update CI and dockerfile --- .circleci/images/primary/Dockerfile | 2 +- .github/workflows/go.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile index b9618cdb..ceaf93bd 100644 --- a/.circleci/images/primary/Dockerfile +++ b/.circleci/images/primary/Dockerfile @@ -1,5 +1,5 @@ # FROM golang:1.10.1 -FROM golang:1.21.7-stretch AS build +FROM golang:1.22.3-stretch AS build # FROM govgo/go:1.11.1 RUN apt update && apt install -y --no-install-recommends \ diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2e4ff929..59655b42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Set up Go 1.21.0 + - name: Set up Go 1.22.0 uses: actions/setup-go@v1 with: - go-version: 1.21.0 + go-version: 1.22.0 id: go - name: Check out code into the Go module directory