Skip to content

Commit

Permalink
use go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
juruen authored and ddvk committed Sep 23, 2024
1 parent a472bea commit e7b8155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Make sure Windows binaries have an exe extension (@juruen)

- Use go 1.19 (@juruen)

## rmapi 0.0.23 (December 01, 2022)

- sync 1.5: use parallel requests when getting remote tree (@ddvk)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/juruen/rmapi

go 1.18
go 1.19

replace github.com/flynn-archive/go-shlex => github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510

Expand Down

0 comments on commit e7b8155

Please sign in to comment.