Skip to content

build(deps): bump actions/checkout from 6.1.0 to 7.0.1 #50

build(deps): bump actions/checkout from 6.1.0 to 7.0.1

build(deps): bump actions/checkout from 6.1.0 to 7.0.1 #50

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: 1.23
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
- name: Test
run: go test -race -v -short ./...