We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770549b commit e94d917Copy full SHA for e94d917
1 file changed
.github/workflows/go.yml
@@ -8,12 +8,12 @@ jobs:
8
matrix:
9
go: ["1.19", "1.20"]
10
steps:
11
+ - name: Check out source
12
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
- name: Set up Go
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 #v4.0.0
14
+ uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
15
with:
16
go-version: ${{ matrix.go }}
- - name: Check out source
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
17
- name: Install Linters
18
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2"
19
- name: Test
0 commit comments