Skip to content

Commit 5d43d45

Browse files
authored
fix(ci): Use Go 1.16
1 parent 565bfa6 commit 5d43d45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
2727
- name: Login into Github Docker Registery
2828
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u shyim --password-stdin
29+
30+
- uses: actions/setup-go@v1
31+
with:
32+
go-version: '1.16'
2933

3034
- name: Run GoReleaser
3135
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)