Skip to content

build(deps): bump actions/setup-go from 5.6.0 to 7.0.0 #54

build(deps): bump actions/setup-go from 5.6.0 to 7.0.0

build(deps): bump actions/setup-go from 5.6.0 to 7.0.0 #54

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@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.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 ./...