Skip to content

Update golang Docker tag to v1.23 #1050

Update golang Docker tag to v1.23

Update golang Docker tag to v1.23 #1050

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.55.2
args: --timeout 5m --config .golangci.yaml