summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-01-09 22:45:13 +0700
committerShulhan <ms@kilabit.info>2022-01-09 22:45:13 +0700
commitd7d165de8a4746a0edacaef8ba5763df11228dcd (patch)
tree7e0f031e230049ecb6b962be9acf23c97ab3a90e
parent418a9860ed23dc40465a70638957102aed3b12e6 (diff)
downloadpakakeh.go-d7d165de8a4746a0edacaef8ba5763df11228dcd.tar.xz
github/workflows: set go version to 1.17.6
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 10399f7d..2c7927b1 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- - name: Set up Go 1.17
+ - name: Set up Go 1.17.6
uses: actions/setup-go@v1
with:
- go-version: 1.17.1
+ go-version: 1.17.6
id: go
- name: Check out code into the Go module directory