Skip to content

Commit 0fb03dc

Browse files
committed
build: update Linux and Windows to use latest versions of GH actions/Go 1.25
Signed-off-by: deadprogram <[email protected]>
1 parent 894c0e8 commit 0fb03dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# We're not on a multi-user machine, so this is safe.
1818
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121
- name: TinyGo version check
2222
run: tinygo version
2323
- name: Run unit tests

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: windows-2022
1414
steps:
1515
- name: Install Go
16-
uses: actions/setup-go@v4.1.0
16+
uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.21.0'
18+
go-version: '1.25'
1919
- name: Checkout
20-
uses: actions/checkout@v3.6.0
20+
uses: actions/checkout@v5
2121
- name: Run unit tests
2222
run: go test
2323
- name: "Run Windows smoke tests"

0 commit comments

Comments
 (0)