Skip to content

Commit fd9687a

Browse files
authored
setup minor go version in github actions (#203)
1 parent fcfcd2e commit fd9687a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullRequestAndMergeMaster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: CreateAndPushWindowsExecutable
1111
strategy:
1212
matrix:
13-
go: [ 1.22 ]
13+
go: [ 1.22.7 ]
1414
goarch: [ amd64 ]
1515
runs-on: windows-2019
1616
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: CreateAndPushWindowsExecutable
99
strategy:
1010
matrix:
11-
go: [ 1.22 ]
11+
go: [ 1.22.7 ]
1212
goarch: [ amd64 ]
1313
runs-on: windows-2019
1414
steps:

0 commit comments

Comments
 (0)