Skip to content

Commit e40663f

Browse files
committed
bump github actions
1 parent 19e05ce commit e40663f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/software.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: StaticCheck
5050
uses: dominikh/[email protected]
5151
with:
52-
version: "2024.1.1"
52+
version: "2025.1"
5353
install-go: false
5454
working-directory: ./software
5555

@@ -60,15 +60,14 @@ jobs:
6060
platform:
6161
- ubuntu
6262
go:
63-
- 21
64-
- 22
6563
- 23
64+
- 24
6665
name: 'tests on ${{ matrix.platform }} | 1.${{ matrix.go }}.x'
6766
runs-on: ${{ matrix.platform }}-latest
6867
steps:
6968
# Get the repositery's code
7069
- name: Checkout
71-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7271

7372
- name: Set up Golang
7473
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)