Skip to content

chore(ci): properly use Go 1.24 when building the Docker image (#416) #424

chore(ci): properly use Go 1.24 when building the Docker image (#416)

chore(ci): properly use Go 1.24 when building the Docker image (#416) #424

Workflow file for this run

on: [push, pull_request]
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- uses: golangci/golangci-lint-action@v8
with:
version: v2.1.6
args: --timeout 3m --verbose