Skip to content

build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.3 #226

build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.3

build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.3 #226

Workflow file for this run

name: "🧪 Tests"
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
name: "Run Tests"
strategy:
matrix:
go-version: [1.25.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: echo "Tests skipped"