Skip to content

Bump docker/library/alpine from 3.20.3 to 3.21.0 #1838

Bump docker/library/alpine from 3.20.3 to 3.21.0

Bump docker/library/alpine from 3.20.3 to 3.21.0 #1838

Workflow file for this run

name: golangci-lint
on:
push:
tags:
branches:
- master
pull_request:
env:
GO_VERSION: "1.23"
jobs:
golangci:
name: go-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout=15m