File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Go
2121 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
2929 go-version-file : go.mod
3030
3131 - 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
3333 env :
3434 VALIDATE_ALL_CODEBASE : true
3535 DEFAULT_BRANCH : " main"
Original file line number Diff line number Diff line change 1212 release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : cli/gh-extension-precompile@9e2237c30f869ad3bcaed6a4be2cd43564dd421b # v2.1.0
1717 with :
1818 release_android : true
Original file line number Diff line number Diff line change 11// Package types provides data structures and functions for handling
22// 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
44
55import (
66 "errors"
You can’t perform that action at this time.
0 commit comments