Skip to content

Commit

Permalink
Vup go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashiki committed Dec 10, 2021
1 parent 7390210 commit 304d176
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.17

- name: Create Release
uses: actions/create-release@v1.0.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: reviewdog
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17

- uses: actions/checkout@v2

Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17

- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Setup Go 1.14
- name: Setup Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.17
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tag:

.PHONY: release
release: tag
git push origin master
git push origin main
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/hayashiki/docbase-go

go 1.13
go 1.17

0 comments on commit 304d176

Please sign in to comment.