We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af9232 commit 5c4813fCopy full SHA for 5c4813f
1 file changed
.github/workflows/unit-tests.yml
@@ -7,7 +7,7 @@ on:
7
- "!production"
8
9
env:
10
- go_version: 1.22
+ go_version: 1.26
11
slack_channel: github-fylr
12
13
jobs:
@@ -20,12 +20,12 @@ jobs:
20
run: sudo apt update && sudo apt install libimage-exiftool-perl imagemagick
21
22
- name: Run go ${{ env.go_version }}
23
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
24
with:
25
go-version: ${{ env.go_version }}
26
27
- name: Checkout code
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
29
30
- name: output imagemagick version
31
shell: bash
0 commit comments