Skip to content

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1116) #1357

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1116)

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1116) #1357

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docker image
run: docker build -t yace --build-arg VERSION=${{github.event.release.tag_name}} .