From 6fcc71b4d67623df4927a3955f13c061140e2220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 02:31:43 +0000 Subject: [PATCH] Bump golang from 1.22.6-bookworm to 1.23.0-bookworm (#94) --- .github/workflows/main.yml | 14 ++++++++++++++ Dockerfile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c73782d..5f24d3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,20 @@ jobs: - name: Build Docker image run: make docker-build + staticcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: WillAbides/setup-go-faster@v1.14.0 + with: + go-version-file: 'go.mod' + + - uses: dominikh/staticcheck-action@v1.3.1 + with: + version: latest + install-go: false + lint: runs-on: ubuntu-latest steps: diff --git a/Dockerfile b/Dockerfile index 8484c38..6183f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.22.6-bookworm AS builder +FROM golang:1.23.0-bookworm AS builder LABEL maintainer="Aether SD-Core "