Skip to content

Commit

Permalink
Upgrade go tool-version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 committed Aug 5, 2023
1 parent b116d0f commit eaafe49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,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@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.15, 1.16, 1.17, 1.18, 1.19]
go: [1.15, 1.16, 1.17, 1.18, 1.19, 1.20]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
@@ -1,5 +1,7 @@
module github.com/go-rel/rel

go 1.20

require (
github.com/jinzhu/inflection v1.0.0
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e
Expand All @@ -14,5 +16,3 @@ require (
github.com/stretchr/objx v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.19

0 comments on commit eaafe49

Please sign in to comment.