Skip to content

Commit 0f1552a

Browse files
committed
adding pr feedback
1 parent d305097 commit 0f1552a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/go-getter.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15+
- 1.17
16+
- 1.18
1517
- 1.19
1618
permissions:
1719
id-token: write
@@ -32,7 +34,7 @@ jobs:
3234
- name: Download go modules
3335
run: go mod download
3436

35-
- name: Cache / restore go modules
37+
- name: Setup cache for go modules
3638
uses: actions/cache@v3
3739
with:
3840
path: |
@@ -56,7 +58,6 @@ jobs:
5658
- name: Install gotestsum
5759
run: go install gotest.tools/[email protected]
5860

59-
6061
- name: Configure AWS Credentials
6162
uses: aws-actions/configure-aws-credentials@v1
6263
with:
@@ -91,6 +92,8 @@ jobs:
9192
strategy:
9293
matrix:
9394
go-version:
95+
- 1.17
96+
- 1.18
9497
- 1.19
9598
permissions:
9699
id-token: write
@@ -124,7 +127,6 @@ jobs:
124127
shell: bash
125128
run: go install gotest.tools/[email protected]
126129

127-
128130
- name: Configure AWS Credentials
129131
uses: aws-actions/configure-aws-credentials@v1
130132
with:

0 commit comments

Comments
 (0)