File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,13 @@ jobs:
37
37
run : echo "${{ needs.calculate-tag.outputs.tag }}" | sed s/v//g > VERSION
38
38
- name : Package
39
39
run : make crossbuild-tarballs
40
+ - name : print
41
+ run : ls -lart .tarballs
40
42
- name : Archive artifacts
41
43
uses : actions/upload-artifact@v3
42
44
with :
43
45
name : tarballs
44
- path : ./. tarballs/*.tar.gz
46
+ path : .tarballs/postgres_exporter*
45
47
46
48
commit-message :
47
49
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
go :
2
- # This must match .circle/config.yml.
3
- version : 1.21
2
+ version : 1.22
4
3
repository :
5
4
path : github.com/form3tech-oss/postgres_exporter
6
5
build :
Original file line number Diff line number Diff line change 1
1
module github.com/form3tech-oss/postgres_exporter
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.2
You can’t perform that action at this time.
0 commit comments