Skip to content

Commit

Permalink
ci: update workflows to go 1.22 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed May 20, 2024
1 parent 3c12b81 commit 572fae7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 572fae7

Please sign in to comment.