File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Set up Go
21
21
uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout Code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
29
29
go-version-file : go.mod
30
30
31
31
- name : Run Super-Linter
32
- uses : super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88 # v7.4 .0
32
+ uses : super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0 .0
33
33
env :
34
34
VALIDATE_ALL_CODEBASE : true
35
35
DEFAULT_BRANCH : " main"
Original file line number Diff line number Diff line change 12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2.1.0
17
17
with :
18
18
release_android : true
Original file line number Diff line number Diff line change 1
1
// Package types provides data structures and functions for handling
2
2
// GitHub contribution data and 3D geometry for STL file generation.
3
- package types
3
+ package types //nolint:revive // package name is appropriate for this internal module
4
4
5
5
import (
6
6
"errors"
You can’t perform that action at this time.
0 commit comments