File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 0
19
- - name : Set up Go 1.22
19
+ - name : Set up Go 1.23
20
20
uses : actions/setup-go@v3
21
21
with :
22
- go-version : " 1.22 "
22
+ go-version : " 1.23 "
23
23
cache : true
24
24
- name : Install dependencies
25
25
run : sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
Original file line number Diff line number Diff line change @@ -37,14 +37,10 @@ jobs:
37
37
- name : Install Go 🧑💻
38
38
uses : actions/setup-go@v5
39
39
with :
40
- go-version : " 1.22 "
40
+ go-version : " 1.23 "
41
41
42
42
- name : Lint code issues 🚨
43
- uses : golangci/golangci-lint-action@v4
44
- with :
45
- version : " v1.57"
46
- skip-pkg-cache : true
47
- install-mode : " goinstall"
43
+ uses : golangci/golangci-lint-action@v3
48
44
49
45
- name : Run tests 🧪
50
46
run : go test -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./...
You can’t perform that action at this time.
0 commit comments