Skip to content

Commit

Permalink
1.19 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fdevans committed Oct 6, 2023
1 parent 264504c commit 9389afd
Show file tree
Hide file tree
Showing 1,616 changed files with 3 additions and 538,134 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ jobs:
uses: actions/setup-go@v4
with:
cache: false
go-version: 1.15
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v4
- name: Compile Tests
run: make test-compile
- name: Golang module download
run: go mod download
- name: Test
run: bash ./scripts/circle-ci.sh
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.19
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ require (
github.com/rundeck/go-rundeck/rundeck v0.0.0-20190510195016-2cf9670bbcc4
)

go 1.15
go 1.19
129 changes: 0 additions & 129 deletions vendor/github.com/hashicorp/hcl2/ext/typeexpr/public.go

This file was deleted.

Loading

0 comments on commit 9389afd

Please sign in to comment.