Skip to content

Commit

Permalink
go 1.20 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc authored Mar 13, 2023
1 parent 35f7204 commit 9e53aef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"

- name: Setup tools
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"

- name: Setup tools
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"

- name: Setup tools
run: |
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/sacloud/iaas-api-go

go 1.19
go 1.20

require (
github.com/fatih/structs v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion includes/go/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPYRIGHT_YEAR ?= 2022
COPYRIGHT_FILES ?= $$(find . -name "*.go" -print | grep -v "/vendor/")
GO ?= go
DEFAULT_GOALS ?= fmt set-license go-licenses-check goimports lint test
GOLANG_CI_LINT_VERSION ?= v1.49.0
GOLANG_CI_LINT_VERSION ?= v1.51.2
TEXTLINT_ACTION_VERSION ?= v0.0.3

.DEFAULT_GOAL = default
Expand Down
2 changes: 1 addition & 1 deletion trace/otel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sacloud/iaas-api-go/trace/otel

go 1.19
go 1.20

replace github.com/sacloud/iaas-api-go => ../../

Expand Down

0 comments on commit 9e53aef

Please sign in to comment.