Skip to content

chore(deps): update golang docker tag to v1.23 #461

chore(deps): update golang docker tag to v1.23

chore(deps): update golang docker tag to v1.23 #461

Workflow file for this run

---
name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.13.1'
- run: go test ./...