We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287395a commit 0ee982eCopy full SHA for 0ee982e
.github/workflows/go.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
10
- - name: Set up Go 1.16
+ - name: Set up Go 1.17
11
uses: actions/[email protected]
12
with:
13
- go-version: 1.16
+ go-version: 1.17
14
id: go
15
16
- name: Check out code into the Go module directory
.github/workflows/release.yaml
@@ -25,6 +25,6 @@ jobs:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
- goversion: "https://golang.org/dl/go1.16.3.linux-amd64.tar.gz"
+ goversion: "https://golang.org/dl/go1.17.3.linux-amd64.tar.gz"
29
extra_files: LICENSE README.md smtprelay.ini
30
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"
0 commit comments