Skip to content

Commit 1d5bb4f

Browse files
committed
Bump Go version to 1.17.2
1 parent a818434 commit 1d5bb4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Golang
1818
uses: actions/setup-go@v1
1919
with:
20-
go-version: '1.16.4'
20+
go-version: '1.17.2'
2121
- name: Download all Go modules
2222
run: |
2323
go mod download
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Golang
3636
uses: actions/setup-go@v1
3737
with:
38-
go-version: '1.16.4'
38+
go-version: '1.17.2'
3939
- name: Restore go build cache
4040
uses: actions/cache@v1
4141
with:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Golang
8080
uses: actions/setup-go@v1
8181
with:
82-
go-version: '1.16.4'
82+
go-version: '1.17.2'
8383
- name: Restore go build cache
8484
uses: actions/cache@v1
8585
with:
@@ -129,7 +129,7 @@ jobs:
129129
- name: Setup Golang
130130
uses: actions/setup-go@v1
131131
with:
132-
go-version: '1.16.4'
132+
go-version: '1.17.2'
133133
- name: Restore go build cache
134134
uses: actions/cache@v1
135135
with:

0 commit comments

Comments
 (0)