Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "~1.21"
go-version: "~1.22"

- name: Test
run: make test
Expand All @@ -48,7 +48,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "~1.21"
go-version: "~1.22"

- name: Generate docs
run: make docs
Expand All @@ -63,7 +63,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "~1.21"
go-version: "~1.22"

- name: Check format
run: ./scripts/check_fmt.sh
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.21"
go-version: "~1.22"

- name: Docker Login
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de

**Additional Requirements:**

- `go 1.21`
- `go 1.22`
- `make`
- Docker daemon (for running tests)

Expand Down