Skip to content

Bump golang from 1.22.4-alpine3.20 to 1.23.4-alpine3.20 #162

Bump golang from 1.22.4-alpine3.20 to 1.23.4-alpine3.20

Bump golang from 1.22.4-alpine3.20 to 1.23.4-alpine3.20 #162

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v5
with:
version: v1.59.0