Skip to content

Commit e94d917

Browse files
committed
build: Update to latest action versions.
This updates to the following Github Actions: - actions/checkout@08c6903 # v5.0.0 - actions/setup-go@4469467 # v6.0.0
1 parent 770549b commit e94d917

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
matrix:
99
go: ["1.19", "1.20"]
1010
steps:
11+
- name: Check out source
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1113
- name: Set up Go
12-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 #v4.0.0
14+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1315
with:
1416
go-version: ${{ matrix.go }}
15-
- name: Check out source
16-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2
1717
- name: Install Linters
1818
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.52.2"
1919
- name: Test

0 commit comments

Comments
 (0)