Skip to content

Commit

Permalink
Bumping Go to 1.22 (#15)
Browse files Browse the repository at this point in the history
* bumping go to 1.22

* Update README.md

---------

Co-authored-by: George Malamidis <53441997+georgemalamidis-lh@users.noreply.github.com>
  • Loading branch information
dmitri-lerko and georgemalamidis-lh authored Jul 26, 2024
1 parent 92ce3fd commit bf169f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ cat etc/requests.jsonl | ./ripley -pace "30s@1" -dry-run
```bash
go test pkg/*.go
```

## Releasing new versions
Push a new tag to `main` to trigger the GoReleaser process.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/loveholidays/ripley

go 1.17
go 1.22

0 comments on commit bf169f4

Please sign in to comment.