Skip to content

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

Bump docker/login-action from 2 to 3

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

Workflow file for this run

name: ci-build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
- run: |
go mod download
- uses: golangci/golangci-lint-action@v3
- run: |
go build -v .