Skip to content

build(deps): bump golang from 1.21.1-alpine to 1.21.3-alpine #148

build(deps): bump golang from 1.21.1-alpine to 1.21.3-alpine

build(deps): bump golang from 1.21.1-alpine to 1.21.3-alpine #148

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request_target:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "~1.21"
- uses: actions/checkout@v4
- name: Test
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test.json