Skip to content

Commit

Permalink
build: Use dive image in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Dec 19, 2023
1 parent 28c5903 commit f29475d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Golang
'on': push
jobs:
golang:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: 030/mcaf-mcvs-golang-action@1-golangci-lint
with:
golang-version: 1.21.5

0 comments on commit f29475d

Please sign in to comment.