We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69be621 commit 8401c02Copy full SHA for 8401c02
.github/workflows/autotest.yml
@@ -8,7 +8,7 @@ jobs:
8
9
autotest:
10
runs-on: ubuntu-latest
11
- container: golang:1.25
+ container: golang:1.24
12
13
steps:
14
- name: Checkout code
.github/workflows/statictest.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
statictest:
uses: actions/checkout@v2
go.mod
@@ -1,3 +1,3 @@
1
module github.com/abdddev/go-magistr-lesson1-tpl.git
2
3
-go 1.25.0
+go 1.24.0
main.go
0 commit comments