Skip to content

Commit e6e896c

Browse files
committed
update: bump Go version to 1.25 and update action versions
1 parent 787f369 commit e6e896c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint_and_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
push:
66

77
env:
8-
go-version: 1.24
8+
go-version: 1.25
99

1010
jobs:
1111
unit-test:
1212
timeout-minutes: 20
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.2
1616

17-
- uses: actions/setup-go@v5
17+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1818
with:
1919
go-version: ${{ env.go-version }}
2020

0 commit comments

Comments
 (0)