Skip to content

Update golang:latest Docker digest to 2bd56f0 #229

Update golang:latest Docker digest to 2bd56f0

Update golang:latest Docker digest to 2bd56f0 #229

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...