Skip to content

Commit

Permalink
feat: update to Starlark v0.0.0-20230829175125-68633c9954b0 (#1041)
Browse files Browse the repository at this point in the history
* feat: update to Starlark v0.0.0-20230829175125-68633c9954b0

* Update verify-docs.yaml

* Update ci.yaml
  • Loading branch information
apeabody committed Aug 30, 2023
1 parent e57eb4c commit 3df40d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GO111MODULE: on
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up Go 1.19
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install kpt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pip install pyyaml
- name: Set up Go 1.19
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install mdrip
Expand Down
2 changes: 1 addition & 1 deletion functions/go/starlark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20220506190241-f85503febd54
github.com/qri-io/starlib v0.5.0
github.com/stretchr/testify v1.7.1
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254
go.starlark.net v0.0.0-20230829175125-68633c9954b0
k8s.io/api v0.23.4
k8s.io/apimachinery v0.23.4
sigs.k8s.io/kustomize/kyaml v0.13.7-0.20220418212550-9d5491c2e20c
Expand Down
4 changes: 2 additions & 2 deletions functions/go/starlark/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5/go.mod h1:nmDLcffg48OtT/PSW0Hg7FvpRQsQh5OSqIylirxKC7o=
go.starlark.net v0.0.0-20210406145628-7a1108eaa012/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0=
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 h1:Ss6D3hLXTM0KobyBYEAygXzFfGcjnmfEJOBgSbemCtg=
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254/go.mod h1:jxU+3+j+71eXOW14274+SmmuW82qJzl6iZSeqEtTGds=
go.starlark.net v0.0.0-20230829175125-68633c9954b0 h1:mr0wY3kXIH4jJZPj1HYmK35saEoo+2aQkdD1Dh/IssM=
go.starlark.net v0.0.0-20230829175125-68633c9954b0/go.mod h1:jxU+3+j+71eXOW14274+SmmuW82qJzl6iZSeqEtTGds=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo=
Expand Down

0 comments on commit 3df40d5

Please sign in to comment.