File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Go
1313 uses : actions/setup-go@v5
1414 with :
15- go-version : " 1.21 "
15+ go-version : " 1.24 "
1616 cache : false
1717
1818 - name : Install dependencies
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010 - uses : actions/setup-go@v5
1111 with :
12- go-version : ' 1.21 '
12+ go-version : ' 1.24 '
1313 cache : false
1414 - name : gofmt
1515 run : |
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010 - uses : actions/setup-go@v5
1111 with :
12- go-version : ' 1.21 '
12+ go-version : ' 1.24 '
1313 cache : false
1414 - name : golangci-lint
1515 uses : golangci/golangci-lint-action@v4
Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : " 1.21 "
20+ go-version : " 1.24 "
2121 cache : false
2222
2323 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments