Skip to content

Commit 0ee982e

Browse files
committed
Bump used Go versions to 1.17
1 parent 287395a commit 0ee982e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.16
10+
- name: Set up Go 1.17
1111
uses: actions/[email protected]
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.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}
2727
goarch: ${{ matrix.goarch }}
28-
goversion: "https://golang.org/dl/go1.16.3.linux-amd64.tar.gz"
28+
goversion: "https://golang.org/dl/go1.17.3.linux-amd64.tar.gz"
2929
extra_files: LICENSE README.md smtprelay.ini
3030
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"

0 commit comments

Comments
 (0)