Skip to content

Commit

Permalink
Bump drmaa2os version 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruber committed Oct 12, 2023
1 parent e28194a commit a1eb075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker run --rm -v "$PWD":/usr/src/wfl -w /usr/src/wfl golang:1.19 go build -v && go test -v ./...
docker run --rm -v "$PWD":/usr/src/wfl -w /usr/src/wfl golang:1.21.2 go build -v && go test -v ./...

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replace (
require (
github.com/deepmap/oapi-codegen v1.15.0
github.com/dgruber/drmaa2interface v1.1.0
github.com/dgruber/drmaa2os v0.3.30-0.20231011110435-66169dac15d1
github.com/dgruber/drmaa2os v0.3.30
github.com/dgruber/gcpbatchtracker v0.2.3
github.com/go-chi/chi/v5 v5.0.10
github.com/mitchellh/copystructure v1.2.0
Expand Down Expand Up @@ -177,7 +177,7 @@ require (
gotest.tools/v3 v3.0.3 // indirect
k8s.io/api v0.27.6 // indirect
k8s.io/apimachinery v0.27.6 // indirect
k8s.io/client-go v0.22.6 // indirect
k8s.io/client-go v0.27.6 // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,8 @@ github.com/dgruber/drmaa v1.0.0 h1:KzuiaZhnKXP6/ow+7iGiXaA6wifHAplgWmdH6CVuG3U=
github.com/dgruber/drmaa v1.0.0/go.mod h1:0B+6n1s0FR1J1fSeFKj07Y5Ew7UV9Rm8OJw8vex5KIw=
github.com/dgruber/drmaa2interface v1.1.0 h1:kT4pr3HUAn6VzgpY/+P/W3/g2pqfNTtrurEwywU8eYQ=
github.com/dgruber/drmaa2interface v1.1.0/go.mod h1:z5D/3bWbhgF7Z6Gj1WxrC8/fJxu5ZeP2gv7U8AjXDLw=
github.com/dgruber/drmaa2os v0.3.29 h1:qWnV07necCqJOy8NTauh9T9YsGP72oOVNMjWWqbP6vs=
github.com/dgruber/drmaa2os v0.3.29/go.mod h1:YoP7RGyWxmokPNPL5DHTEHxxVS0c0oxtTTwxZx/KXqY=
github.com/dgruber/drmaa2os v0.3.30-0.20231011110435-66169dac15d1 h1:os8HUpIZpn84plZQkjXBM1u6kS3Z5/EzyGVhc7pxJ+o=
github.com/dgruber/drmaa2os v0.3.30-0.20231011110435-66169dac15d1/go.mod h1:YoP7RGyWxmokPNPL5DHTEHxxVS0c0oxtTTwxZx/KXqY=
github.com/dgruber/drmaa2os v0.3.30 h1:AU+sxEHHkyIp95dpmIL9S6suAawKm8TPj/RoDsPD+r8=
github.com/dgruber/drmaa2os v0.3.30/go.mod h1:1rqTVCz9urv/S9JcSlunXT2HYjD/iaG9BbtZyckcNCU=
github.com/dgruber/gcpbatchtracker v0.2.3 h1:2eBSH7NhhJwS904oBn8gmShXRqkCzfif3IYUoJ/Z9PM=
github.com/dgruber/gcpbatchtracker v0.2.3/go.mod h1:ql4Ohv09CnAjftsB/23yowRlziyUFPEYK/N/JaCdly0=
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
Expand Down

0 comments on commit a1eb075

Please sign in to comment.