Skip to content

fix(deps): bump the all group with 4 updates #2192

fix(deps): bump the all group with 4 updates

fix(deps): bump the all group with 4 updates #2192

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
tags-ignore:
- "*"
pull_request:
branches: ["main"]
permissions:
contents: read
env:
GOTOOLCHAIN: local
jobs:
build:
env:
SHOPWARE_CLI_DISABLE_WASM_CACHE: 1
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # ratchet:step-security/harden-runner@v2.16.1
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
proxy.golang.org:443
release-assets.githubusercontent.com:443
storage.googleapis.com:443
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # ratchet:actions/setup-go@v6
with:
go-version: '1.25'
check-latest: true
cache: true
- name: Download modules
run: go mod download
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...