Skip to content

Bump golang from 1.22.1-alpine to 1.22.4-alpine #303

Bump golang from 1.22.1-alpine to 1.22.4-alpine

Bump golang from 1.22.1-alpine to 1.22.4-alpine #303

Workflow file for this run

name: linter
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: golint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.18.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout 5m0s