Skip to content

Commit

Permalink
task: adding go 1.21 and Go 1.23rc
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Aug 6, 2024
1 parent cc5cea7 commit 46ecbaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/standard-go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
strategy:
matrix:
go-version:
- "1.21"
- "1.22"
- "1.23rc2"
os:
- "ubuntu-latest"
- "macos-latest"
Expand All @@ -30,7 +32,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

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/gobuffalo/plush/v5

go 1.22
go 1.21

require (
github.com/gobuffalo/flect v1.0.2
Expand Down

0 comments on commit 46ecbaa

Please sign in to comment.