Skip to content

Commit

Permalink
Merge pull request #44 from grafana/43-update-go-version-to-1.22.4-in…
Browse files Browse the repository at this point in the history
…-workflows

udpdate go version to 1.22.4 in workflows
  • Loading branch information
szkiba committed Jul 2, 2024
2 parents 011a850 + 986810c commit 5fb51cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.22.2"
go-version: "1.22.4"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.2"
go-version: "1.22.4"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.4"
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 5fb51cc

Please sign in to comment.