Skip to content

Commit

Permalink
Updated go version in cicd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed May 29, 2024
1 parent 8550185 commit 3515ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22"

- name: Go Flags
run: export GOFLAGS=-buildvcs=false
Expand Down

0 comments on commit 3515ddc

Please sign in to comment.