Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkuroki committed Sep 8, 2022
1 parent 9d0f8ee commit 2c60e96
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 522 deletions.
2 changes: 1 addition & 1 deletion .github/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ linters:
# https://github.com/golangci/golangci/wiki/Configuration
# latest version: https://github.com/golangci/golangci-lint
service:
golangci-lint-version: 1.44.2
golangci-lint-version: 1.49.0
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: set up
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
id: go
# Check out this repository
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ybkuroki/go-webapp-sample

go 1.17
go 1.19

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
Expand Down
Loading

0 comments on commit 2c60e96

Please sign in to comment.