Skip to content

Commit 76652db

Browse files
authored
Merge pull request #4 from itsfuad/main
Update GitHub Actions workflow to use Go version 1.23 and modify buil…
2 parents 24c1334 + d6cd03f commit 76652db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: '1.21'
28+
go-version: '1.23'
2929

3030
- name: Build for Multiple Platforms
3131
run: |
@@ -38,7 +38,7 @@ jobs:
3838
if [ $OS = "windows" ]; then
3939
output_name="$output_name.exe"
4040
fi
41-
GOOS=$OS GOARCH=$ARCH go build -o "$output_name" ./cmd/cpp2py
41+
GOOS=$OS GOARCH=$ARCH go build -o "$output_name" .
4242
done
4343
4444
- name: Generate Next Version
File renamed without changes.

0 commit comments

Comments
 (0)