Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 #1044

chore(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0

chore(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 #1044

Workflow file for this run

name: Build and test Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.1
- name: Check out source code
uses: actions/checkout@v4
- name: Build
run: make build
- name: Test
run: make test