Skip to content

Commit e4ba0e1

Browse files
authored
Merge pull request #20 from moricho/ci/update
misc: Modify CI files
2 parents 9dca520 + 7681461 commit e4ba0e1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
steps:
88
- name: set up Go environment
99
uses: actions/setup-go@v3
10-
with:
11-
go-version: 1.20
1210
- name: check out
1311
uses: actions/checkout@v3
1412
- name: cache

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
with:
13-
fetch-depth: 1
13+
fetch-depth: 0
1414
- name: Setup Go
1515
uses: actions/setup-go@v3
16-
with:
17-
go-version: 1.20
1816
- name: Run GoReleaser
1917
uses: goreleaser/goreleaser-action@v4
2018
with:

0 commit comments

Comments
 (0)