Skip to content

Update golang:1.26-alpine Docker digest to 3ad5730 (#248) #527

Update golang:1.26-alpine Docker digest to 3ad5730 (#248)

Update golang:1.26-alpine Docker digest to 3ad5730 (#248) #527

Workflow file for this run

name: testing
on:
push:
branches: [ "main" ]
pull_request:
branches:
- 'main'
- 'renovate/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: '1.26'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...