Skip to content

Commit 5c4813f

Browse files
committed
actually use Go 1.26 in workflow (see #79074)
also upgrade GH actions which throw warnings (deprecated Node 20).
1 parent 7af9232 commit 5c4813f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "!production"
88

99
env:
10-
go_version: 1.22
10+
go_version: 1.26
1111
slack_channel: github-fylr
1212

1313
jobs:
@@ -20,12 +20,12 @@ jobs:
2020
run: sudo apt update && sudo apt install libimage-exiftool-perl imagemagick
2121

2222
- name: Run go ${{ env.go_version }}
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ env.go_version }}
2626

2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: output imagemagick version
3131
shell: bash

0 commit comments

Comments
 (0)