Skip to content

chore(deps): update docker/login-action action to v3 #48

chore(deps): update docker/login-action action to v3

chore(deps): update docker/login-action action to v3 #48

Workflow file for this run

name: Run Go tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...