File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55jobs :
66 unit-tests :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-24 .04
88 env :
99 TEST_RESULTS : /tmp/test-results
1010 steps :
2121 run : |
2222 ./build.sh -v ./...
2323 build-dry-run :
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - uses : actions/checkout@v4
2727 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 build-release :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@v4
1616 with :
Original file line number Diff line number Diff line change 11module github.com/gopherlibs/appindicator
22
3- go 1.17
3+ go 1.24.0
44
5- require github.com/gotk3/gotk3 v0.6.1
5+ require github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
Original file line number Diff line number Diff line change 1- github.com/gotk3/gotk3 v0.6.1 h1:GJ400a0ecEEWrzjBvzBzH+pB/esEMIGdB9zPSmBdoeo =
2- github.com/gotk3/gotk3 v0.6.1 /go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q =
1+ github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56 h1:eR+xxC8qqKuPMTucZqaklBxLIT7/4L7dzhlwKMrDbj8 =
2+ github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56 /go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q =
You can’t perform that action at this time.
0 commit comments