Skip to content

Bump actions/checkout from 4 to 6 (#2) #6

Bump actions/checkout from 4 to 6 (#2)

Bump actions/checkout from 4 to 6 (#2) #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version: "1.24.x"
- name: Test
run: go test ./...