diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-03 17:20:42 +0200 |
commit | 203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (patch) | |
tree | ed875d8903c809f439478c24667068930a4ad2c6 /.github/workflows/release.yml | |
parent | f85dd414a6425f390445f817eb40671d51ff2645 (diff) |
ci: go1.19
remove new_relic middleware
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ab21bb..aa364d92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - name: Check out code uses: actions/checkout@v3 |