Skip to content

Commit

Permalink
Update Go version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 11, 2024
1 parent 187bc14 commit 543fc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Install xk6 and build xk6-kafka for different platforms 🏗️
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go 🧑‍💻
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Run prettier for linting scripts, configs and docs 🧹
uses: creyD/prettier_action@v4.3
Expand Down

0 comments on commit 543fc62

Please sign in to comment.