Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit d4045a6

Browse files
klim-sidorov-ledgeradrienlacombe
authored andcommitted
go version updated to 1.17
1 parent 61a9a30 commit d4045a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v2
1313
with:
14-
go-version: 1.15
14+
go-version: 1.17
1515

1616
- name: Install mage
1717
run: "pushd /tmp; git clone https://github.com/magefile/mage; pushd mage; go run bootstrap.go; popd; popd"

.github/workflows/release.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/setup-go@v2
1818
with:
19-
go-version: 1.15
19+
go-version: 1.17
2020

2121
- name: Run GoReleaser
2222
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)