We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0a770 commit a8af783Copy full SHA for a8af783
.github/workflows/pullRequestAndMergeMaster.yml
@@ -10,9 +10,9 @@ jobs:
10
name: CreateAndPushWindowsExecutable
11
strategy:
12
matrix:
13
- go: [ 1.22.7 ]
+ go: [ 1.24.6 ]
14
goarch: [ amd64 ]
15
- runs-on: windows-2019
+ runs-on: windows-2022
16
steps:
17
- uses: actions/setup-go@v2
18
with:
.github/workflows/release.yml
@@ -8,9 +8,9 @@ jobs:
8
9
0 commit comments