Skip to content

Bump docker/login-action from 2.2.0 to 3.0.0 #118

Bump docker/login-action from 2.2.0 to 3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0 #118

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache: true
- name: Download
run: go mod download
- name: Vet
run: go vet
- name: Test
run: go test ./...