Skip to content

Commit

Permalink
update go and pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Apr 17, 2024
1 parent 4cc98d2 commit e46c7f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
packages: write

env:
GOLANG_VERSION: "1.20.x"
GOLANG_VERSION: "1.22.x"

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
workflow_dispatch:
pull_request:

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

env:
GOLANG_VERSION: "1.20.x"
GOLANG_VERSION: "1.22.x"

jobs:
test:
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/benthosdev/benthos-captain

go 1.20
go 1.22

require (
github.com/go-logr/logr v1.2.4
Expand Down

0 comments on commit e46c7f9

Please sign in to comment.