diff options
| author | loyalsoldier <[email protected]> | 2021-02-25 14:41:33 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2021-02-25 14:41:33 +0800 |
| commit | 3d2bcd7e78172d333d265455e966b8f0d488be47 (patch) | |
| tree | a2464e439046d9dea659d2eb64bdec9bda85beb8 /.github/workflows | |
| parent | 90dd7b5ab0599624cb12d49df2969f9bc791ba55 (diff) | |
Feat: add more customized options & use Go v1.16
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b6efec5..8cd3541b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x.y uses: actions/setup-go@v2 with: - go-version: "^1.15.6" + go-version: ^1.16 - name: Set variables run: | |
