We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9beddc9 commit cad37bfCopy full SHA for cad37bf
1 file changed
.github/workflows/build-and-test.yml
@@ -12,19 +12,19 @@ jobs:
12
13
strategy:
14
matrix:
15
- go-version: [1.24.1]
+ go-version: [1.24.5]
16
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
20
21
- name: Set up Go
22
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
23
with:
24
go-version: ${{ matrix.go-version }}
25
26
- name: Cache Go modules
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
29
path: |
30
~/.cache/go-build
0 commit comments