File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 steps :
1414 - name : Checkout repository
1515 # https://github.com/actions/checkout/releases/tag/v4.1.1
16- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1717 - name : Install Go
1818 # https://github.com/actions/setup-go/releases/tag/v5.0.0
19- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
19+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2020 with :
2121 go-version-file : ' go.mod'
2222 - name : Install mockgen
2323 run :
go install go.uber.org/mock/[email protected] 2424 - name : Install msgp
2525 run : go install github.com/tinylib/msgp
2626 - name : Install golangci-lint
27- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
27+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2828 with :
2929 version : v1.64.8
3030 - name : Install env-test
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1616
1717 - name : Create release on Github
1818 run : |
You can’t perform that action at this time.
0 commit comments