mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-31 10:07:23 +01:00
Update gosum workflow
This commit is contained in:
5
.github/workflows/gosum.yml
vendored
5
.github/workflows/gosum.yml
vendored
@@ -3,8 +3,7 @@ name: gosum
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'v*'
|
||||
- '**'
|
||||
paths:
|
||||
- '.github/workflows/gosum.yml'
|
||||
- 'go.mod'
|
||||
@@ -16,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
|
||||
Reference in New Issue
Block a user