Skip to content

chore(deps): update golang docker tag to v1.23.4 #71

chore(deps): update golang docker tag to v1.23.4

chore(deps): update golang docker tag to v1.23.4 #71

Workflow file for this run

name: Lint (with golangci-lint)
on:
pull_request:
branches:
- main
push:
branches:
- "*"
tags:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest