Skip to content

Commit 5fa4878

Browse files
committed
chore: update CI and go version to 1.25
1 parent 297f015 commit 5fa4878

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.22.x
26+
go-version: 1.25.x
2727
cache-dependency-path: "go.sum"
2828

2929
- name: Check linting
30-
uses: golangci/golangci-lint-action@v6
30+
uses: golangci/golangci-lint-action@v8
3131
with:
32-
version: v1.56.2
32+
version: v2.4.0
33+
args: --config ./.golangci.yml
3334

3435
- name: Build Binaries
3536
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/absmach/coap-cli
22

3-
go 1.24
3+
go 1.25.0
44

55
require (
66
github.com/fatih/color v1.18.0

0 commit comments

Comments
 (0)