Skip to content

Commit 772a738

Browse files
authored
Attempt to fix Go build (#775)
1 parent 5d19652 commit 772a738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup Go
140140
uses: actions/setup-go@v6
141141
with:
142-
go-version: '1.21'
142+
go-version: '1.25.4'
143143
cache-dependency-path: ./src/bicep-types-go/go.sum
144144

145145
- name: Verify dependencies

0 commit comments

Comments
 (0)