Skip to content

Commit

Permalink
TT-13350: bump go version to v1.22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjaziv committed Oct 21, 2024
1 parent fa07a65 commit 3cf7913
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"

- name: Build the CLI binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"

- name: Test
run: make test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.11 AS builder
FROM golang:1.22.8 AS builder

# Set some shell options for using pipes and such
SHELL [ "/bin/bash", "-euo", "pipefail", "-c" ]
Expand Down
2 changes: 1 addition & 1 deletion bundles/simple/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module tyk-plugin

go 1.20.14
go 1.22.8
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TykTechnologies/mserv

go 1.20
go 1.22

require (
github.com/TykTechnologies/goverify v0.0.0-20160822133757-7ccc57452ade
Expand Down

0 comments on commit 3cf7913

Please sign in to comment.