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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- name: Build
run: make build
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- uses: golangci/golangci-lint-action@v9
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- uses: goreleaser/goreleaser-action@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- name: Run tests
run: make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v6
with:
go-version: "1.25.12"
go-version: "1.25.13"

- name: Validate version
shell: bash
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/heygen-com/heygen-cli

go 1.25.12
go 1.25.13

require (
github.com/getkin/kin-openapi v0.137.0
Expand Down
Loading