Skip to content

Commit

Permalink
fix(ci): add github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-io committed Oct 2, 2022
1 parent 2661768 commit 97cc399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.1 / 2022-10-02
=================
* Add github workflows

2.2.0 / 2022-10-02
=================
* Upgrade Golang to v1.19
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache bash
WORKDIR /go/src/app

# Copy sources
COPY . .
COPY go.mod go.sum wordpress_exporter.go ./

# Download all the dependencies
RUN go get -d -v ./...
Expand Down

0 comments on commit 97cc399

Please sign in to comment.