Skip to content

Commit

Permalink
build: bump Go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Aug 22, 2023
1 parent 8ff2783 commit db49506
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apis-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go 🧰
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20

- name: Compute diff 📜
uses: technote-space/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions apis/.golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
tests: false
# # timeout for analysis, e.g. 30s, 5m, default is 1m
# timeout: 5m

linters:
disable-all: true
Expand Down
2 changes: 1 addition & 1 deletion apis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine

# Set working directory for the build
WORKDIR /go/src/github.com/desmos-labs/themis/apis
Expand Down
2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/desmos-labs/themis/apis

go 1.19
go 1.20

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit db49506

Please sign in to comment.