Skip to content

Commit

Permalink
Merge pull request #633 from NoamBAqua/chore/enterprise-go121
Browse files Browse the repository at this point in the history
bumps up Go to 1.21.
  • Loading branch information
elad-da committed Jan 14, 2024
2 parents d92bb20 + 0fe779e commit 8f0b847
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # v2.5.2
uses: golangci/golangci-lint-action@3.7.0
with:
args: --verbose
version: latest
version: v1.54
- name: check spell
uses: codespell-project/actions-codespell@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
HELM_REP: helm-charts
GH_OWNER: aquasecurity
CHART_DIR: deploy/helm/postee
GO_VERSION: "1.17"
GO_VERSION: "1.21"
KIND_VERSION: "v0.11.1"
KIND_IMAGE: "kindest/node:v1.19.7@sha256:a70639454e97a4b733f9d9b67e12c01f6b0297449d5b9cbbef87473458e26dca"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "*"
workflow_dispatch:
env:
GO_VERSION: "1.17"
GO_VERSION: "1.21"
jobs:
unit-tests:
name: Run unit tests
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/aquasecurity/postee/v2

go 1.17
go 1.21

require (
github.com/aquasecurity/go-jira v0.0.0-20230705211506-0cd878ce5449
Expand Down

0 comments on commit 8f0b847

Please sign in to comment.