Skip to content

Commit 3afedd5

Browse files
authored
Merge pull request #1895 from hashicorp/TF-31448/fix-nightly-workflow-syntax-err
Fix double 'uses:' in nightly-tfe-test workflow
2 parents 56aeaf6 + 5141b80 commit 3afedd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nightly-tfe-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100100

101101
- name: Set up Go
102-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
103102
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
104103
with:
105104
go-version-file: go.mod

0 commit comments

Comments
 (0)