Skip to content

Commit

Permalink
Align the Go version and update Go to 1.23 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored Jan 28, 2025
1 parent bc3d055 commit 5e75cd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.21]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}

name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version-file: go.mod

- name: Set GOPATH and PATH
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version-file: go.mod

- name: Login to DockerHub
uses: docker/#-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION="1.21"
ARG GO_VERSION="1.23.5"

#--------------------------------------------#
#--------Build KSOPS and Kustomize-----------#
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/viaduct-ai/kustomize-sops

go 1.22
toolchain go1.22.9
go 1.23.5

require (
github.com/getsops/sops/v3 v3.9.2
Expand Down

0 comments on commit 5e75cd4

Please # to comment.