Skip to content

Commit

Permalink
chore: update go to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
aibor committed Feb 15, 2025
1 parent 02d3ccb commit 6dd22a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:
inputs:
go-version:
default: "1.23.x"
default: "1.24.x"
type: string
llvm-version:
default: "18"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"

- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/aibor/exceed2go

go 1.23
go 1.24

require (
github.com/aibor/virtrun v0.13.1
Expand Down

0 comments on commit 6dd22a6

Please sign in to comment.