Skip to content

Commit

Permalink
Test against go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 committed Aug 19, 2023
1 parent b41bd78 commit 197e395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.17, 1.18, 1.19, '1.20']
go: [1.17, 1.18, 1.19, '1.20', 1.21]
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.20'
go-version: 1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v2
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/go-rel/rel

go 1.20
go 1.21

require (
github.com/jinzhu/inflection v1.0.0
Expand Down

0 comments on commit 197e395

Please sign in to comment.