diff options
| author | Shulhan <ms@kilabit.info> | 2021-04-12 01:45:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-04-12 01:45:28 +0700 |
| commit | a4735d7596c6b20ceb37086e9fd5e00d2ee20dae (patch) | |
| tree | e040e91f1f537b561e54eaa3b88c0aa8669786b7 | |
| parent | cf068885fdf1f25e9e53ee2b89e09ba29393c1d3 (diff) | |
| download | pakakeh.go-a4735d7596c6b20ceb37086e9fd5e00d2ee20dae.tar.xz | |
.github: change the minimum Go version to 1.16
| -rw-r--r-- | .github/workflows/go.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c745cfbf..64fbb3f8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: Go1.14 +name: Go1.16 on: [push] jobs: @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 + - name: Set up Go 1.16 uses: actions/setup-go@v1 with: - go-version: 1.14.13 + go-version: 1.16.3 id: go - name: Check out code into the Go module directory |
