Skip to content

Commit f35d7c2

Browse files
committed
Update go version in github action.
1 parent b2d7a67 commit f35d7c2

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
@@ -3,7 +3,7 @@ name: Build silta cli binary on push to master branch
33
on:
44
push:
55
branches: [ master ]
6-
6+
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: 1.19.1
29+
go-version: 1.24.0
3030
- name: Run tests
3131
run: go test -v ./tests
3232
releases-matrix:

0 commit comments

Comments
 (0)