Skip to content

Commit

Permalink
Update build-promtail-release.yaml (#452)
Browse files Browse the repository at this point in the history
Update `setup-go` and use the specific go version Loki needs
  • Loading branch information
Abuelodelanada authored Sep 12, 2024
1 parent 97f30f7 commit 19b37ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-promtail-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
fetch-depth: 0
path: ./loki-k8s-operator
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.8'
- name: Install systemd dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
fetch-depth: 0
path: ./loki-k8s-operator
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.21.8'
- name: Build Promtail
# We run the make-based build with CGO_ENABLED=0
# because we want statically-linked binaries and
Expand Down

0 comments on commit 19b37ab

Please sign in to comment.