File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Setup Golang
3939 uses : actions/setup-go@v5
4040 with :
41- go-version : " ^1.21 "
41+ go-version : " ^1.22 "
4242 cache : true
4343
4444 - name : Build
7272 - name : Setup Golang
7373 uses : actions/setup-go@v5
7474 with :
75- go-version : " ^1.21 "
75+ go-version : " ^1.22 "
7676 cache : true
7777 - name : Cache exiftool binaries
7878 uses : actions/cache@v4.0.0
Original file line number Diff line number Diff line change 4242 - name : Setup Golang
4343 uses : actions/setup-go@v5
4444 with :
45- go-version : " ^1.21 "
45+ go-version : " ^1.22 "
4646 cache : true
4747 - name : Build
4848 run : make build
Original file line number Diff line number Diff line change 3737 - name : Setup Golang
3838 uses : actions/setup-go@v5
3939 with :
40- go-version : " ^1.21 "
40+ go-version : " ^1.22 "
4141 cache : true
4242 - name : Build
4343 run : make init
Original file line number Diff line number Diff line change 11module github.com/ViBiOh/exas
22
3- go 1.21
3+ go 1.22
44
5- toolchain go1.21 .0
5+ toolchain go1.22 .0
66
77require (
88 github.com/ViBiOh/absto v1.7.5
You can’t perform that action at this time.
0 commit comments