Skip to content

chore(deps): bump go to 1.24.12 #641

chore(deps): bump go to 1.24.12

chore(deps): bump go to 1.24.12 #641

Workflow file for this run

name: golangci-lint
on:
pull_request:
paths-ignore:
- README.md
push:
paths-ignore:
- README.md
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
cache: true
- run: go mod download
- run: go build -v .
- name: Run Linters
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
with:
version: latest