summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-04-12 01:45:28 +0700
committerShulhan <ms@kilabit.info>2021-04-12 01:45:28 +0700
commita4735d7596c6b20ceb37086e9fd5e00d2ee20dae (patch)
treee040e91f1f537b561e54eaa3b88c0aa8669786b7
parentcf068885fdf1f25e9e53ee2b89e09ba29393c1d3 (diff)
downloadpakakeh.go-a4735d7596c6b20ceb37086e9fd5e00d2ee20dae.tar.xz
.github: change the minimum Go version to 1.16
-rw-r--r--.github/workflows/go.yml6
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