Skip to content

Bump docker/login-action from 2 to 3 #22

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #22

Workflow file for this run

---
name: build
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go build ./...