Skip to content

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 #897

build(deps): bump actions/checkout from 5.0.0 to 6.0.0

build(deps): bump actions/checkout from 5.0.0 to 6.0.0 #897

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout/releases/tag/v6.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 https://github.com/actions/setup-go/releases/tag/v6.0.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...