We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0709d7a commit 31af695Copy full SHA for 31af695
.github/workflows/release.yml
@@ -20,9 +20,9 @@ jobs:
20
21
-
22
name: Set up Go
23
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
24
with:
25
- go-version: 1.22
+ go-version: 'stable'
26
cache: true
27
check-latest: true
28
go.mod
@@ -1,6 +1,6 @@
1
module github.com/matryer/moq
2
3
-go 1.23
+go 1.24
4
5
require (
6
github.com/pmezard/go-difflib v1.0.0
0 commit comments