Skip to content

Commit 967dd39

Browse files
author
Piotr Andruszkiewicz
committed
Update Go version to 1.24 in workflows and go.mod
1 parent 0389721 commit 967dd39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-go@v3
3333
with:
34-
go-version: '1.20'
34+
go-version: '1.24'
3535
cache: true
3636

3737
- uses: goreleaser/goreleaser-action@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: '1.20'
34+
go-version: '1.24'
3535
id: go
3636

3737
- name: Checkout source code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wttech/aemc
22

3-
go 1.20
3+
go 1.24
44

55
require (
66
github.com/Masterminds/goutils v1.1.1

0 commit comments

Comments
 (0)