Skip to content

Commit

Permalink
bump supported version to 1.21 because of slog
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Apr 20, 2024
1 parent fa83c8c commit 1ad8277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20.x", "1.21.x", "1.22.x"]
go-version: ["1.21.x", "1.22.x"]
steps:
- uses: actions/checkout@v3
- name: Setup Go ${{ 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/ksysoev/wasabi

go 1.20
go 1.21

require (
github.com/google/uuid v1.5.0
Expand Down

0 comments on commit 1ad8277

Please sign in to comment.