Skip to content

chore(deps): bump alpine from 3.19 to 3.20 in the docker group #243

chore(deps): bump alpine from 3.19 to 3.20 in the docker group

chore(deps): bump alpine from 3.19 to 3.20 in the docker group #243

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test-go:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: stable
- run: go test -v ./...