Skip to content

Bump docker/login-action from 3 to 4 #474

Bump docker/login-action from 3 to 4

Bump docker/login-action from 3 to 4 #474

Workflow file for this run

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
- name: Test application
run: go test -v ./...