Skip to content

Commit 5323103

Browse files
committed
go version
1 parent 5d2c700 commit 5323103

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.25'
21+
go-version: '1.24'
2222

2323
- name: Go mod download
2424
run: go mod download
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: '1.25'
51+
go-version: '1.24'
5252

5353
- name: Run golangci-lint
5454
uses: golangci/golangci-lint-action@v4
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Go
6868
uses: actions/setup-go@v5
6969
with:
70-
go-version: '1.25'
70+
go-version: '1.24'
7171

7272
- name: Run go vet
7373
run: go vet ./...
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Go
8484
uses: actions/setup-go@v5
8585
with:
86-
go-version: '1.25'
86+
go-version: '1.24'
8787

8888
- name: Build
8989
run: go build -v ./...
@@ -99,7 +99,7 @@ jobs:
9999
- name: Set up Go
100100
uses: actions/setup-go@v5
101101
with:
102-
go-version: '1.25'
102+
go-version: '1.24'
103103

104104
- name: Run example tests
105105
run: go test -v ./examples/...

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ issues:
3333

3434
run:
3535
timeout: 5m
36-
go: '1.22'
36+
go: '1.24'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/leefernandes/errific
22

3-
go 1.25
3+
go 1.24

0 commit comments

Comments
 (0)