Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): bump the all group in /cmd/testfixtures with 2 updates (… #750

chore(deps): bump the all group in /cmd/testfixtures with 2 updates (…

chore(deps): bump the all group in /cmd/testfixtures with 2 updates (… #750

Workflow file for this run

name: Test
on:
pull_request:
push:
tags:
- v*
branches:
- master
env:
GO_VERSION: 1.25.x
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Task
uses: go-task/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
- name: Check out code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: "**/*.sum"
- name: Test
run: task test