Skip to content

Commit 8401c02

Browse files
committed
fix go version
1 parent 69be621 commit 8401c02

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/autotest.yml

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

99
autotest:
1010
runs-on: ubuntu-latest
11-
container: golang:1.25
11+
container: golang:1.24
1212

1313
steps:
1414
- name: Checkout code

.github/workflows/statictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
statictest:
99
runs-on: ubuntu-latest
10-
container: golang:1.25
10+
container: golang:1.24
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/abdddev/go-magistr-lesson1-tpl.git
22

3-
go 1.25.0
3+
go 1.24.0

main.go

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)