Skip to content

Commit 8d1837e

Browse files
committed
fixup! chore: update go to v1.19
1 parent 9714f92 commit 8d1837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-go@v2
2828
with:
29-
go-version: '^1.15'
29+
go-version: '^1.19'
3030

3131
- run: go build -v -o cloud-agent-$GOOS-$GOARCH -ldflags "-X go.coder.com/cloud-agent/internal/version.Version=$(echo $GITHUB_REF | cut -d/ -f3)"
3232

0 commit comments

Comments
 (0)