Skip to content

Commit f52bdb2

Browse files
committed
Update go version in github action again.
1 parent 3a42ec2 commit f52bdb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: 1.24.0
29+
go-version: 1.24.4
3030
- name: Run tests
3131
run: go test -v ./tests
3232
releases-matrix:
@@ -50,6 +50,6 @@ jobs:
5050
goarch: ${{ matrix.goarch }}
5151
release_tag: master
5252
overwrite: true
53-
goversion: "https://go.dev/dl/go1.19.1.linux-amd64.tar.gz"
53+
goversion: "https://go.dev/dl/go1.24.4.linux-amd64.tar.gz"
5454
binary_name: "silta"
5555
ldflags: "-X github.com/wunderio/silta-cli/internal/common.Version=${{ steps.vars.outputs.sha_short }} -s -w"

0 commit comments

Comments
 (0)