Skip to content

chore(deps): update docker.io/alpine docker tag to v20250108 #72

chore(deps): update docker.io/alpine docker tag to v20250108

chore(deps): update docker.io/alpine docker tag to v20250108 #72

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3
- run: task test || true # no tests right now - remove when first added
build:
runs-on: ubuntu-24.04
needs: test
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3
- run: task build