Skip to content

🌱 bump actions/cache from 5.0.3 to 5.0.5 #270

🌱 bump actions/cache from 5.0.3 to 5.0.5

🌱 bump actions/cache from 5.0.3 to 5.0.5 #270

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Continuous Integration
runs-on: ubuntu-latest
timeout-minutes: 30
if: |
${{github.repository == 'robinlioret/gate-operator' }}
steps:
- name: Clone the code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5.1.0
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: 'go.mod'
- name: Running Tests
run: |
go mod tidy
make test