Skip to content

Bump golangci/golangci-lint-action from 6 to 7 in the github-actions-updates group #21

Bump golangci/golangci-lint-action from 6 to 7 in the github-actions-updates group

Bump golangci/golangci-lint-action from 6 to 7 in the github-actions-updates group #21

Workflow file for this run

name: build
on:
push:
branches:
tags:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: set up go 1.24
uses: actions/setup-go@v5
with:
go-version: "1.24"
id: go
- name: checkout
uses: actions/checkout@v4
- name: build and test
run: |
go test -v -timeout=100s
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: latest