Skip to content

Commit

Permalink
go version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Sep 18, 2024
1 parent 489c197 commit de95025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
GOVER: 1.23
GORELEASER_VER: v1.6.3
GORELEASER_VER: v2.3.2

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
GOVER: 1.19
GOVER: 1.23

jobs:
b2b-raw-traffic:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
GOVER: 1.19
GOVER: 1.23

jobs:
make-tests:
Expand Down

0 comments on commit de95025

Please sign in to comment.