Skip to content

Commit

Permalink
chore(ci): update Go version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Jun 5, 2024
1 parent 5abd7e2 commit 0560a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
# Semantic version range syntax or exact version of Go
go-version: "1.22.3"
go-version: "1.22.4"

- name: Setup Syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
go-version: [ 1.22.3 ]
go-version: [ 1.22.4 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0560a52

Please sign in to comment.