Skip to content

Commit 31af695

Browse files
authored
build: Update go to 1.24 (#233)
* build: Update go to 1.24 * ci: Use stable alias * ci: Use actions/setup-go@v5
1 parent 0709d7a commit 31af695

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
-
2222
name: Set up Go
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.22
25+
go-version: 'stable'
2626
cache: true
2727
check-latest: true
2828

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/matryer/moq
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/pmezard/go-difflib v1.0.0

0 commit comments

Comments
 (0)