Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit 5af6bd5

Browse files
committed
ci: Specify Go patch version
1 parent 0535b7b commit 5af6bd5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.16'
21+
go-version: '1.16.3'
2222
- name: golangci-lint
2323
uses: golangci/[email protected]
2424
with:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-go@v2
3333
with:
34-
go-version: '1.16'
34+
go-version: '1.16.3'
3535
- run: go test -v -cover
3636
build:
3737
name: Build binary
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v2
9090
- uses: actions/setup-go@v2
9191
with:
92-
go-version: '1.16.2'
92+
go-version: '1.16.3'
9393
- name: Get OS and arch info
9494
run: |
9595
GOOSARCH=${{matrix.goosarch}}

.github/workflows/release-draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.16.2'
21+
go-version: '1.16.3'
2222
- name: golangci-lint
2323
uses: golangci/[email protected]
2424
with:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-go@v2
3333
with:
34-
go-version: '1.16.2'
34+
go-version: '1.16.3'
3535
- run: go test -v -cover
3636
release:
3737
name: Create Release
@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 0
9292
- uses: actions/setup-go@v2
9393
with:
94-
go-version: '1.16.2'
94+
go-version: '1.16.3'
9595
- name: Get OS and arch info
9696
run: |
9797
GOOSARCH=${{matrix.goosarch}}

0 commit comments

Comments
 (0)