Skip to content

Commit 32e14c4

Browse files
chore(deps): pin dependency go to 1.16.15
1 parent 2373cfc commit 32e14c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/[email protected]
1919
with:
20-
go-version: 1.16
20+
go-version: 1.16.15
2121

2222
- name: Run GoReleaser
2323
uses: goreleaser/[email protected]

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/[email protected]
1818
with:
19-
go-version: 1.16
19+
go-version: 1.16.15
2020

2121
- name: Build
2222
run: go build -v ./...

0 commit comments

Comments
 (0)