Skip to content

Commit

Permalink
update go to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Aug 1, 2024
1 parent 0590d7f commit 3d7b559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz"
project_path: "./services/auth/cmd/server"
binary_name: "auth-server"
extra_files: LICENSE ./services/auth/README.md
Expand All @@ -33,7 +33,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.22.4.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.22.5.linux-amd64.tar.gz"
project_path: "./services/email/cmd/server"
binary_name: "email-server"
extra_files: LICENSE ./services/email/README.md
Expand Down

0 comments on commit 3d7b559

Please sign in to comment.