Skip to content

Commit

Permalink
Update to go 1.20 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyaren authored Jun 5, 2023
1 parent d9552f2 commit ba83411
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19' # The Go version to download (if necessary) and use.
go-version: '1.20' # The Go version to download (if necessary) and use.
- uses: actions/cache@v3
with:
# In order:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19' # The Go version to download (if necessary) and use.
go-version: '1.20' # The Go version to download (if necessary) and use.
- uses: actions/cache@v3
with:
# In order:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19' # The Go version to download (if necessary) and use.
go-version: '1.20' # The Go version to download (if necessary) and use.
- uses: actions/cache@v3
with:
# In order:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linters-settings:
# - github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.19"
go: "1.20"
dupl:
threshold: 100
funlen:
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/xyaren/arcdps-log-uploader

go 1.19
go 1.20

require (
github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit ba83411

Please sign in to comment.