Skip to content

Commit

Permalink
bump go to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartaccent committed Sep 22, 2023
1 parent afc159e commit c91a537
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -20,7 +20,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.21.1.linux-amd64.tar.gz"
project_path: "./services/auth/cmd/server"
binary_name: "auth-server"
extra_files: LICENSE ./services/auth/README.md
Expand All @@ -31,7 +31,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.21.1.linux-amd64.tar.gz"
project_path: "./services/email/cmd/server"
binary_name: "email-server"
extra_files: LICENSE ./services/email/README.md
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.

## [0.0.11]

* bump go to 1.21.1
* update all dependencies

## [0.0.10]
Expand Down

0 comments on commit c91a537

Please sign in to comment.