Skip to content

Commit f12e34a

Browse files
authored
go: Update to latest 1.17 version (#500)
Updates the Go version to the latest available version. Signed-off-by: Marc Lopez Rubio <marc5.12@outlook.com>
1 parent c0f11b1 commit f12e34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.16
13+
go-version: 1.17
1414
id: go
1515

1616
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v1
2121
with:
22-
go-version: 1.16
22+
go-version: 1.17
2323
id: go
2424

2525
- name: Cache Go Modules

0 commit comments

Comments
 (0)